Daniel Rearden

Results 48 comments of Daniel Rearden

I can see the value in adding this as a feature, although it'd need to be configurable. Scoping context this way would require cloning the context object repeatedly, which would...

@TheAschr As a workaround, Playground allows you to pass in an introspection result so it won't run the initial query itself. You could modify the "official" introspection query and increase...

I think it might be worthwhile to add some kind of `ofTypeDepth` property to `IntrospectionOptions`, which could then also be exposed by tools like GraphiQL/GraphQL Playground.

It would be nice for Mercurius to be compatible with [envelop](https://github.com/dotansimha/envelop), which provides a mechanism for providing a wide array of plugins for your GraphQL server regardless of the server...

For context, [this is how Apollo Server does it](https://github.com/apollographql/apollo-server/blob/ab94135398f1a32f5f779e2539e722cc587f92d6/packages/apollo-server-core/src/runHttpQuery.ts#L283-L345). The request body can be an array of objects, in which case they are effectively processed as individual requests and then...

@machineghost Thanks for contributing. It looks like a PR was never opened to merge this change. Could you rebase your branch and open a PR?

Ok, great. I guess we should table this until the docs are migrated then.

@dandv I believe `buildSchema`/`buildASTSchema` currently does not support system type extensions, as per [this open issue](https://github.com/graphql/graphql-js/issues/922). If you need the functionality now, use `graphql-tools`.