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 PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@theguild/federation-composition](https://redirect.github.com/graphql-hive/federation-composition) | [`0.18.3` -> `0.18.5`](https://renovatebot.com/diffs/npm/@theguild%2ffederation-composition/0.18.3/0.18.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@theguild%2ffederation-composition/0.18.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@theguild%2ffederation-composition/0.18.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@envelop/live-query](https://redirect.github.com/graphql-hive/envelop) ([source](https://redirect.github.com/graphql-hive/envelop/tree/HEAD/packages/plugins/live-query)) | [`8.1.3` -> `9.0.0`](https://renovatebot.com/diffs/npm/@envelop%2flive-query/8.1.3/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@envelop%2flive-query/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@graphql-tools/executor-http&package-manager=npm_and_yarn&previous-version=1.3.3&new-version=2.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
javascript

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@changesets/cli](https://redirect.github.com/changesets/changesets/tree/main#readme) ([source](https://redirect.github.com/changesets/changesets)) | [`2.29.4` -> `2.29.5`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.29.4/2.29.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.29.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`15.3.2` -> `15.3.4`](https://renovatebot.com/diffs/npm/next/15.3.2/15.3.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/15.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

## Description Adds support for known repeatable federation directives without requiring they be defined in the SDL. Previously, mergeTypeDefs used the directive definition node to check if a directive was...

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mikepenz/action-junit-report](https://redirect.github.com/mikepenz/action-junit-report) | action | digest | `cf70156` -> `a83fd2b` | --- ### Configuration...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `ff0a06e` -> `ce28f5b` | --- ### Configuration...

dependencies

**Is your feature request related to a problem? Please describe.** When using `loadFilesSync()` to load GraphQL SDL files (e.g., `**/*.graphql`), if no matching files are found (e.g., due to a...