Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutableSchema ¶
func NewExecutableSchema(cfg Config) graphql.ExecutableSchema
NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.
Types ¶
type ComplexityRoot ¶
type ComplexityRoot struct {
Query struct {
}
}
type Config ¶
type Config struct { Resolvers ResolverRoot Directives DirectiveRoot Complexity ComplexityRoot }
type DirectiveRoot ¶
type DirectiveRoot struct { }
type Labels ¶
type Labels map[string]interface{}
func (Labels) MarshalGQL ¶
func (*Labels) UnmarshalGQL ¶
type ResolverRoot ¶
type ResolverRoot interface { }
type RuntimeInput ¶
Click to show internal directories.
Click to hide internal directories.