generated

package
v0.0.0-...-bc2c20b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 12 Imported by: 0

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 {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL