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

Implement progressive @override #2911

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Commits on Jan 20, 2024

  1. Progressive @override (composition only) (#2879)

    Add new optional `label` arg to `@override` which is a `String`.
    Capture label in the supergraph via the new `@join__field` arg
    `overrideLabel` so these values can be used during query graph creation
    and query planning.
    trevor-scheer committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6f7266b View commit details
    Browse the repository at this point in the history
  2. Progressive override (query planning / validation) (#2902)

    Implement progressive override functionality in QP and validation logic
    
    Co-authored-by: Sachin D. Shinde <sachin@apollographql.com>
    trevor-scheer and sachindshinde committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    29a2576 View commit details
    Browse the repository at this point in the history