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

Handle interface types with non-shared implementations; For example, you have the following services, where `Node` is implemented in both services, but `Foo` and `Bar` are only implemented in one service....

If two different subschemas have the root field, use the same field to resolve missing fields instead of applying a type merging in advance See the changesets for the other...

**Fixes on `@graphql-tools/delegate`;** If a subschema returns an error for specific field that is already resolved by another subschema, the error should not be merged with the resolved object. **Improvements...

Support computed fields resolved via a root field returning an interface When a computed field returning an object, and that field is resolved via an interface, the computed field will...

If there is a subschema with some selection set, and another with some other selection set. After the calculation of delegation stage, if one subschema can cover the other selection...

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

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Description GraphQL Incremental Delivery is moving to a [new response format without duplication](https://github.com/graphql/defer-stream-wg/discussions/69). - The corresponding changes are being integrated into graphql-js with the test changes live on main...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.4.5` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.6.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.6.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies