HTTPHandler returns a http.Handler that serves GraphQL.
()
| 43 | |
| 44 | // HTTPHandler returns a http.Handler that serves GraphQL. |
| 45 | HTTPHandler() http.Handler |
| 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 |
no outgoing calls
no test coverage detected