-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @theguild/[email protected] ### Patch Changes - [#36](#36) [`fdba937`](fdba937) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Visit every field in provides and requires directives - [#36](#36) [`fdba937`](fdba937) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix unnecessary join\_\_field(override:) on Query fields when it points to non-existing subgraph - [#36](#36) [`fdba937`](fdba937) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Deduplicate composed directives - [#39](#39) [`e77eb2c`](e77eb2c) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Ignore inaccessible field arguments within the `DEFAULT_VALUE_USES_INACCESSIBLE` rule. Fixes an issue where an inaccessible field argument uses a default value that is inaccessible would cause a false error. ```graphql type User @key(fields: "id") { id: ID friends(type: FriendType = FAMILY @inaccessible): [User!]! } enum FriendType { FAMILY @inaccessible FRIEND } ``` - [#36](#36) [`fdba937`](fdba937) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Remove duplicated link spec definitions - [#36](#36) [`fdba937`](fdba937) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Drop unused fields marked with @external only in a single type in Fed v1 - [`220dfc0`](220dfc0) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix missing usedOverridden on non-external key field Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e77eb2c
commit 966d48d
Showing
9 changed files
with
52 additions
and
51 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters