package
0.0.0-20220710191258-f420c1213e22
Repository: https://github.com/chirino/graphql.git
Documentation: pkg.go.dev
# Functions
Logger is used to log panics during query execution.
MaxDepth specifies the maximum field nesting depth in a query.
MaxParallelism specifies the maximum number of resolvers per request allowed to run in parallel.
MustParseSchema calls ParseSchema and panics on error.
ParseSchema parses a GraphQL schema and attaches the given root resolver.
Tracer is used to trace queries and fields.
# Type aliases
SchemaOpt is an option to pass to ParseSchema or MustParseSchema.