| 1849 | } |
| 1850 | |
| 1851 | type testCustomResolver struct{} |
| 1852 | |
| 1853 | func (r testCustomResolver) Resolve(p graphql.ResolveParams) (interface{}, error) { |
| 1854 | if p.Info.FieldName == "fooBar" { |
nothing calls this directly
no outgoing calls
no test coverage detected