Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLHandler ¶
type GraphQLHandler struct {
// contains filtered or unexported fields
}
func NewGraphQLHandler ¶
func NewGraphQLHandler(resolver *resolvers.Resolver, jwtService jwt.JWTService) *GraphQLHandler
func (*GraphQLHandler) GraphQLHandler ¶
func (h *GraphQLHandler) GraphQLHandler(c echo.Context) error
GraphQLHandler handles both public and private GraphQL requests
func (*GraphQLHandler) PlaygroundHandler ¶
func (h *GraphQLHandler) PlaygroundHandler(c echo.Context) error
PlaygroundHandler serves the GraphQL playground interface
Click to show internal directories.
Click to hide internal directories.