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