Skip to content

Conversation

@jdolle
Copy link
Contributor

@jdolle jdolle commented Jul 30, 2025

Adds support for @external on types. According to the spec (https://www.apollographql.com/docs/graphos/schema-design/federated-schemas/reference/directives#external) if @external is defined on the type, then all fields inside that type are considered external.

Copy link
Contributor

@n1ru4l n1ru4l left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also add a changeset!

@jdolle jdolle requested a review from n1ru4l September 2, 2025 14:50
@n1ru4l n1ru4l merged commit 3e224c8 into graphql-hive:main Sep 15, 2025
4 checks passed
n1ru4l pushed a commit that referenced this pull request Sep 19, 2025
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

-
[#185](#185)
[`5e3cb1a`](5e3cb1a)
Thanks [@jdolle](https://github.com/jdolle)! - tag extraction respects
@external on parent

-
[#186](#186)
[`2a1475f`](2a1475f)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix failing
satisfiability check for interface types.

-
[#167](#167)
[`3e224c8`](3e224c8)
Thanks [@jdolle](https://github.com/jdolle)! - Respect @external on
parent type

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

2 participants