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 { Error struct { Code func(childComplexity int) int Description func(childComplexity int) int } MeshSyncEvent struct { ContextID func(childComplexity int) int Object func(childComplexity int) int Type func(childComplexity int) int } MesheryControllersStatusListItem struct { ContextID func(childComplexity int) int Controller func(childComplexity int) int Status func(childComplexity int) int } Namespace struct { Namespace func(childComplexity int) int } Query struct { } }
type Config ¶
type Config struct { Resolvers ResolverRoot Directives DirectiveRoot Complexity ComplexityRoot }
type DirectiveRoot ¶
type DirectiveRoot struct { }
type ResolverRoot ¶
type ResolverRoot interface { }
Click to show internal directories.
Click to hide internal directories.