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

fix(deps) Upgrade apollo federation with subgraph #1797

Merged
merged 4 commits into from
Oct 20, 2021
Merged

fix(deps) Upgrade apollo federation with subgraph #1797

merged 4 commits into from
Oct 20, 2021

Commits on Oct 17, 2021

  1. chore(deps) Bump federation and add subgraph

    Recently the subgraph package was split off from the main federation
    package. This moved the federation directives and renamed printSchema
    to printSubgraphSchema.
    Ian Mobley committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    a2dbb4a View commit details
    Browse the repository at this point in the history
  2. fix(deps) Replace use of federation directives

    This is now part of the subgraph dependency.
    Ian Mobley committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    827556c View commit details
    Browse the repository at this point in the history
  3. fix(deps) Replace uses of printSchema

    This is now part of the subgraph dependency and renamed to
    printSubgraphSchema.
    Ian Mobley committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    bf088f1 View commit details
    Browse the repository at this point in the history
  4. fix(deps) Replace schemaExtensions

    This is now part of the subgraph dependency and the type defs do not
    need to be duplicated.
    Ian Mobley committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    6982a85 View commit details
    Browse the repository at this point in the history