After Set is called, this IServeGraphQL serves the new resolvers for the given namespace ns.
(ns uint64, schemaEpoch *uint64, resolver *resolve.RequestResolver)
| 40 | type IServeGraphQL interface { |
| 41 | // After Set is called, this IServeGraphQL serves the new resolvers for the given namespace ns. |
| 42 | Set(ns uint64, schemaEpoch *uint64, resolver *resolve.RequestResolver) |
| 43 | |
| 44 | // HTTPHandler returns a http.Handler that serves GraphQL. |
| 45 | HTTPHandler() http.Handler |
no outgoing calls