Skip to content

Upcoming Release Changes#200

Merged
n1ru4l merged 1 commit intomainfrom
changeset-release/main
Oct 22, 2025
Merged

Upcoming Release Changes#200
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.20.2

Patch Changes

  • #198 1b98c17 Thanks @User!, @User!! - Fix public schema SDL in case a object type implements an inaccessible interface.

    Composing the following subgraph:

    schema
      @link(
        url: "https://specs.apollo.dev/federation/v2.3"
        import: ["@inaccessible"]
      ) {
      query: Query
    }
    
    type Query {
    
    }
    
    interface Node @inaccessible {
      id: ID!
    }
    
    type User implements Node {
      id: ID!
    }

    now result in the following valid public SDL:

      type Query {
    
      }
    
    - type User implements Node {
    + type User {
        id: ID!
      }

@n1ru4l n1ru4l merged commit afda209 into main Oct 22, 2025
@n1ru4l n1ru4l deleted the changeset-release/main branch October 22, 2025 15:57
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