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

Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 3.1.0 to 6.2.0. Release notes Sourced from p-limit's releases. v6.2.0 Add limitFunction() (#88) ef48184 https://github.com/sindresorhus/p-limit/compare/v6.1.0...v6.2.0 v6.1.0 Allow changing concurrency limit (#79) 3e4fdd1 https://github.com/sindresorhus/p-limit/compare/v6.0.0...v6.1.0 v6.0.0 Improve performance (#83)...

dependencies
javascript

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@graphql-tools/executor-http](https://redirect.github.com/graphql-hive/gateway) ([source](https://redirect.github.com/graphql-hive/gateway/tree/HEAD/packages/executors/http)) | [`^1.1.9` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@graphql-tools%2fexecutor-http/1.3.3/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2fexecutor-http/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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

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

This line here likely makes yoga 10x slower because it almost spends all of it's time adding event listeners when an AbortSignal is provided through the execution context. I just...

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

Fixes https://github.com/ardatan/graphql-tools/issues/7011 The following inputs and outputs are corrected; - `mergeDeep([{a:2} undefined])` - Any nullish values should be ignored so it should return `{a:2}` - `mergeDeep([])` - no sources should...

# Overview The `import` expression must be the first non-blank line of a file, otherwise no imports are processed. Not a big deal, but as a first-time user it left...

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