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
trafficstars

This is a follow up issue for https://github.com/ardatan/graphql-tools/issues/2272 (where it is suggested to open a new issue). **Is your feature request related to a problem? Please describe.** Some parts of...

## GraphQL-Tools roadmap > 💡 This page's content and the list of tasks is synced automatically from [The Guild](https://the-guild.dev)'s Notion. We are open sourcing our roadmap and tasks because we...

The output of `DEBUG=1 graphql-codegen` gets quite spammy due to [this line](https://github.com/ardatan/graphql-tools/blob/b719e4656abe39135116686e5677b54eb497717e/packages/load/src/load-typedefs/parse.ts#L109): - @graphql-codegen/[email protected] - @graphql-tools/[email protected] ``` ... (node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-file.tsx' already exists for console.time() (node:81186) Warning:...

**Is your feature request related to a problem? Please describe.** This library is a dependency of graphql-code-generator which is used to produce a generated schema file. https://github.com/dotansimha/graphql-code-generator/issues/6935 I opened an...

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

`processImport` : https://github.com/ardatan/graphql-tools/blob/master/packages/import/src/index.ts#L69 This function: 1. parses a document from a file, 2. iterates through each definition 3. prints the definition to a string 4. appends the string definition to...

**Is your feature request related to a problem? Please describe.** Hello, we are using `@graphql-tools/mock` in our unit and functional testing. It works well for most parts; however, we recently...

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