graphql-tools
graphql-tools copied to clipboard
:wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
## Description Currently globalGqlIdentifierNames are converted to lower case before being used for matching. This patch removes this conversion so they match in the file if the identifier in the...
## Description Fixes an issue where `hasNextPage` is erroneously `false` in some cases. Related #5890 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) **Test...
## Description Add failing tests for https://github.com/ardatan/graphql-tools/issues/5740 Related https://github.com/ardatan/graphql-tools/issues/5740
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [globby](https://togithub.com/sindresorhus/globby) | [`^11.0.3` -> `^14.0.0`](https://renovatebot.com/diffs/npm/globby/11.1.0/14.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` -> `5.0.0`](https://renovatebot.com/diffs/npm/p-limit/3.1.0/5.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [apollo-upload-client](https://togithub.com/jaydenseric/apollo-upload-client) | [`17.0.0` -> `18.0.1`](https://renovatebot.com/diffs/npm/apollo-upload-client/17.0.0/18.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR is to reproduce #5436 with a failing test.