MCPcopy Index your code
hub / github.com/graphql-go/graphql / testCustomResolver

Struct testCustomResolver

executor_test.go:1851–1851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1849}
1850
1851type testCustomResolver struct{}
1852
1853func (r testCustomResolver) Resolve(p graphql.ResolveParams) (interface{}, error) {
1854 if p.Info.FieldName == "fooBar" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected