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(federation): federation v2.6 support #1928

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 17, 2024

  1. feat(federation): federation v2.6 support

    Adds Federation v2.6 support
    
    ```graphql
    directive @Policy(policies: [[federation__Policy!]!]!) on
      | FIELD_DEFINITION
      | OBJECT
      | INTERFACE
      | SCALAR
      | ENUM
    
    scalar federation__Policy
    ```
    
    `@policy` directive indicates to composition that the target element is restricted based on authorization policies that are evaluated in a Rhai script or coprocessor. Refer to the [Apollo Router article](https://www.apollographql.com/docs/router/configuration/authorization#policy) for additional details.
    dariuszkuc committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6c1246c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac52c3 View commit details
    Browse the repository at this point in the history