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

:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

Results 297 graphql-tools issues
Sort by recently updated
recently updated
newest added

I want to store a customer by its token. This is a sample code: ```ts store.set('Customer', token, customer); ``` But I get this error: Field id is a key field...

### 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)_ - [X] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make sure...

### 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 I try to run tests with Jest, using `@graphql-tools/jest-transform`, I got an error with importing multiple GraphQL Operations from...

Hello, I'm working on a Node.js project having a main-service(A central component where various remote microservices which are exposed with respective "port/graphql" are stitched together to create a unified API...

https://next.babeljs.io/docs/v8-migration/#babelplugin-syntax-import-assertions See also https://github.com/ardatan/graphql-tools/issues/5066

### 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.** I am working on a GraphQL library that works extensively with directives. I would like to write a wrapper function...

### 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...

https://github.com/ardatan/graphql-tools/discussions/5185#discussioncomment-5664642