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

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

**Describe the bug** `mergeTypeDefs` ignores repeatable...sometimes **To Reproduce** Steps to reproduce the behavior: StackBlitz: https://stackblitz.com/edit/stackblitz-starters-ydtdvx?file=index.mjs ```js import { mergeTypeDefs } from '@graphql-tools/merge'; const td0 = `directive @foo(person: String) repeatable 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...

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

### 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.** In 33e8146e33aa17790ee76d14e52f62c684ee1b16, you implemented a change that aborted the query with an error if it would habe `__typename` in its...

### 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 - [X] 2....

🚨 **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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [p-limit](https://togithub.com/sindresorhus/p-limit) | [`3.1.0` -> `6.0.0`](https://renovatebot.com/diffs/npm/p-limit/3.1.0/6.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/p-limit/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies