-
-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Federation: Update Tests & Interface Objects 2nd take #6194
Conversation
🦋 Changeset detectedLatest commit: c3df80d The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
9ea51d8
to
2d6d466
Compare
a6c876e
to
967f735
Compare
967f735
to
f39306a
Compare
f39306a
to
fa5bebf
Compare
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/batch-delegate |
9.0.3-alpha-20240524170724-c3df80d8964ba3eddd7324869672e73e2190ad42 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.0.11-alpha-20240524170724-c3df80d8964ba3eddd7324869672e73e2190ad42 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
1.1.36-alpha-20240524170724-c3df80d8964ba3eddd7324869672e73e2190ad42 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/schema |
10.0.4-alpha-20240524170724-c3df80d8964ba3eddd7324869672e73e2190ad42 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.2.9-alpha-20240524170724-c3df80d8964ba3eddd7324869672e73e2190ad42 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/utils |
10.2.1-alpha-20240524170724-c3df80d8964ba3eddd7324869672e73e2190ad42 |
npm ↗︎ unpkg ↗︎ |
✅ Benchmark Results
|
💻 Website PreviewThe latest changes are available as preview in: https://c0459c31.graphql-tools.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't gone into the details, but LGTM.
This PR rewrites the implementation for interface objects in Federation.
Instead of handling them as object types, it handles them as interface types as-in defined in the supergraph