Skip to content

Commit

Permalink
Merge pull request #9 from mgagliardo91/dependabot/npm_and_yarn/apoll…
Browse files Browse the repository at this point in the history
…o/gateway-0.42.1

fix: Bump apollo dependencies to align with federation -> subgraph split
  • Loading branch information
mgagliardo91 authored Oct 14, 2021
2 parents 8676241 + af29772 commit ab87157
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 73 deletions.
2 changes: 1 addition & 1 deletion __tests__/__fixtures__/federatedServiceExtendingUser.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { gql } from "graphile-utils";

import { ApolloServer } from "apollo-server";
import { buildSubgraphSchema } from "@apollo/federation";
import { buildSubgraphSchema } from "@apollo/subgraph";

const typeDefs = gql`
type Query {
Expand Down
Loading

0 comments on commit ab87157

Please sign in to comment.