You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ContextHandler API function to externally provde net/context.Context.
Following graphql-go/graphql#98, it's now possible
to provide a Context to the graphql resolve functions. This exposes that
capability in the handler API.
This follows the convention of putting the Context as the first arg, and
the apparently evolving context-aware http handler func signature.
0 commit comments