Skip to content

Upcoming Release Changes#300

Merged
n1ru4l merged 1 commit intomainfrom
changeset-release/main
Apr 28, 2026
Merged

Upcoming Release Changes#300
n1ru4l merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release 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/federation-composition@0.22.3

Patch Changes

  • #299 c417891 Thanks @n1ru4l! - Fix REQUIRED_INACCESSIBLE composition rule reporting a composition error if @inaccessible is applied on a non-nullable field with a default value.

    In the following example schema the Query.ping(message:) argument no longer raises REQUIRED_INACCESSIBLE, as a default value for the argument is provided. The same behaviour applies for input type fields.

    extend schema
      @link(
        url: "https://specs.apollo.dev/federation/v2.9"
        import: ["@inaccessible"]
      )
    
    type Query {
      ping(message: String! = "pong" @inaccessible): String!
    }

@n1ru4l n1ru4l merged commit b67dec4 into main Apr 28, 2026
@n1ru4l n1ru4l deleted the changeset-release/main branch April 28, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant