graphql-tools
graphql-tools copied to clipboard
:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
``` makeExecutableSchema Size: 48.04 KB with all dependencies, minified and gzipped buildASTSchemaWithResolvers Size: 15.39 KB with all dependencies, minified and gzipped ``` Includes all used pieces of `graphql-js` and other...
A work in progress... Help wanted... - [x] test single proxied deferred patch. - [x] test merging deferred patches from multiple subschemas - [x] handle stream In terms of mechanism,...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...
**Custom directive for input is not working in Apollo version 3** **Description** I'm following a tutorial at [graphql-tools for Enforcing value restrictions](https://www.graphql-tools.com/docs/schema-directives#enforcing-value-restrictions) to build a directive to validate length of...
Since https://github.com/ardatan/graphql-tools/pull/4449 the website deployment fails. ``` Error occurred prerendering page "/en/docs/api/interfaces/delegate_src.StitchingInfo". Read more: https://nextjs.org/docs/messages/prerender-error -- 13:08:03.960 | Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or...
**Describe the bug** I get a bug with a fresh project using nextjs and graphql-codegen. The introspection query fails with a terminated signal. I have tested my backend to plain...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...
**Is your feature request related to a problem? Please describe.** When mocking a field that is an array of a given type, I can mock that type, but if I...