Skip to content
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

feat: default to fed2 when @link is present #1097

Merged
merged 7 commits into from Apr 26, 2022

Conversation

EverlastingBugstopper
Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper commented Apr 19, 2022

fixes #1090

need to merge avery/make-fed-version-optional and release apollo-federation-types@v0.5.0 before merging this.

only change is that if you do not specify federation_version: 2 and you have an @link directive in a single subgraph, we'll default to Federation 2 rather than the old default of Federation 1.

@netlify
Copy link

netlify bot commented Apr 19, 2022

Deploy Preview for apollo-cli-docs ready!

Name Link
🔨 Latest commit 953fc45
🔍 Latest deploy log https://app.netlify.com/sites/apollo-cli-docs/deploys/62682020fcb6ac00083b4db1
😎 Deploy Preview https://deploy-preview-1097--apollo-cli-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@lrlna lrlna left a comment

Choose a reason for hiding this comment

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

ahhh super nice!

Copy link
Contributor

@StephenBarlow StephenBarlow left a comment

Choose a reason for hiding this comment

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

Docs approved with some suggestions!

docs/source/supergraphs.md Outdated Show resolved Hide resolved
docs/source/supergraphs.md Outdated Show resolved Hide resolved
@EverlastingBugstopper EverlastingBugstopper merged commit 7115030 into main Apr 26, 2022
@EverlastingBugstopper EverlastingBugstopper deleted the avery/auto-fed-version branch April 26, 2022 16:49
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.

feat: use apollo-rs to auto-use Federation 2
3 participants