Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLUserService ¶
type GraphQLUserService struct {
// contains filtered or unexported fields
}
GraphQLUserService derivated method
func GraphQLUserServiceHandler ¶
func GraphQLUserServiceHandler() *GraphQLUserService
GraphQLUserServiceHandler handler return: UserService
func (*GraphQLUserService) GraphQLGetAllUser ¶
func (service *GraphQLUserService) GraphQLGetAllUser(gq graphql.ResolveParams) (interface{}, error)
GraphQLGetAllUser params @gq: graphql.ResolveParams return interface{}, error
func (*GraphQLUserService) GraphQLGetUserByID ¶
func (service *GraphQLUserService) GraphQLGetUserByID(gq graphql.ResolveParams) (interface{}, error)
GraphQLGetUserByID params @gq: graphql.ResolveParams return interface{}, error
type GraphQLUserServiceInterface ¶
type GraphQLUserServiceInterface interface { GraphQLGetUserByID(gq graphql.ResolveParams) (interface{}, error) GraphQLGetAllUser(gq graphql.ResolveParams) (interface{}, error) }
Click to show internal directories.
Click to hide internal directories.