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

Detect Federation spec versions and print warnings on unsupported used features #190

Open
1 task
YassinEldeeb opened this issue Dec 11, 2023 · 0 comments
Open
1 task

Comments

@YassinEldeeb
Copy link
Member

YassinEldeeb commented Dec 11, 2023

Given a schema like this, federation has its own internal parts that they call “specs”

schema
  @link(url: "https://specs.apollo.dev/link/v1.0")
  @link(url: "https://specs.apollo.dev/join/v0.3", for: EXECUTION) {
  query: Query
}

we should detect these and inform users if we support it or not, specs can be referenced from http://specs.apollo.dev.

  • Fallback to previous supergraph when polling if unsupported features were detected
@theguild-bot theguild-bot mentioned this issue Dec 18, 2023
63 tasks
This was referenced May 7, 2024
@theguild-bot theguild-bot mentioned this issue May 23, 2024
63 tasks
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

No branches or pull requests

1 participant