ResolveWithNs processes a GQL Request using the correct resolver and returns a GQL Response
(ctx context.Context, ns uint64, gqlReq *schema.Request)
| 46 | |
| 47 | // ResolveWithNs processes a GQL Request using the correct resolver and returns a GQL Response |
| 48 | ResolveWithNs(ctx context.Context, ns uint64, gqlReq *schema.Request) *schema.Response |
| 49 | } |
| 50 | |
| 51 | type graphqlHandler struct { |
no outgoing calls
no test coverage detected