Documentation
¶
Index ¶
Constants ¶
View Source
const ( ContentTypeJSON = "application/json" ContentTypeGraphQL = "application/graphql" ContentTypeFormUrlEncoded = "application/x-www-form-urlencoded" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Schema *types.GraphQLSchema
Pretty bool
}
type Handler ¶
type Handler struct {
Schema *types.GraphQLSchema
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.