graphql-tools
graphql-tools copied to clipboard
:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
Currently, an error for a custom loader is swallowed, leading to a bad DX: https://github.com/ardatan/graphql-tools/blob/53292e675ec6ec11f5c7b9d244898340cf7e109e/packages/load/src/utils/custom-loader.ts#L18 _____ originally raised in https://github.com/dotansimha/graphql-code-generator/discussions/7928#discussioncomment-3285607
### 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...
### Discussed in https://github.com/ardatan/graphql-tools/discussions/4042 Originally posted by **wmwart** December 22, 2021 Good afternoon. I have a question about using stitchSchemas with namespaced queries and mutations. I have 2 remote services:...
### 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.** Not really a "problem" per se, but I've noticed that this project has an (imo) unnecessary dependency. [`@graphql-tools/prisma-loader` depends on...
🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...
New `@graphql-tools/resolvers` package. This package is useful for attaching resolver to the plain non executable schemas created with `buildSchema` of `graphql-js`. Compared to `addResolversToSchema`, it doesn't run additional heal processes...
Hi! I had issues with mocking lib - we use `ObjectId` from Mongo as an ID scalar type, so after introducing mocking to our schema it started to fail. After...