Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GraphqlHandler ¶
func GraphqlHandler( us userservice.UserService, as authservice.AuthService, es emailservice.EmailService) gin.HandlerFunc
GraphqlHandler defines the GQLGen GraphQL server handler
func PlaygroundHandler ¶
func PlaygroundHandler(path string) gin.HandlerFunc
PlaygroundHandler Defines the Playground handler to expose our playground
Types ¶
type Resolver ¶
type Resolver struct { UserService userservice.UserService AuthService authservice.AuthService EmailService emailservice.EmailService }
Resolver struct
Source Files ¶
Click to show internal directories.
Click to hide internal directories.