MCPcopy Index your code
hub / github.com/git-bug/git-bug / NewExecutableSchema

Function NewExecutableSchema

api/graphql/graph/root_.generated.go:19–26  ·  view source on GitHub ↗

NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.

(cfg Config)

Source from the content-addressed store, hash-verified

17
18// NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.
19func NewExecutableSchema(cfg Config) graphql.ExecutableSchema {
20 return &executableSchema{
21 schema: cfg.Schema,
22 resolvers: cfg.Resolvers,
23 directives: cfg.Directives,
24 complexity: cfg.Complexity,
25 }
26}
27
28type Config struct {
29 Schema *ast.Schema

Callers 1

NewHandlerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected