graphql-tools-fork icon indicating copy to clipboard operation
graphql-tools-fork copied to clipboard

Forked graphql-tools, now merged into upstream graphql-tools v5

Results 3 graphql-tools-fork issues
Sort by recently updated
recently updated
newest added

The return type of a call to delegateToSchema is somewhat inconsistent: 1. If the operation returns a leaf type (enum or scalar) or list* of leaf types then it will...

While graphql-tools doesn't explicitely require `apollo-link-http-common`, this fork does. The downside of this is that you won't be able to compile your application anymore unless you add `dom` to your...