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

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/globby/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![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` -> `5.0.0`](https://renovatebot.com/diffs/npm/p-limit/3.1.0/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/p-limit/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/apollo-upload-client/18.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR is to reproduce #5436 with a failing test.