MCPcopy Create free account
hub / github.com/encoder-run/operator / Config

Struct Config

pkg/graph/generated.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type Config struct {
35 Schema *ast.Schema
36 Resolvers ResolverRoot
37 Directives DirectiveRoot
38 Complexity ComplexityRoot
39}
40
41type ResolverRoot interface {
42 Mutation() MutationResolver

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected