Skip to content

Commit

Permalink
fix: Move to @apollo/subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardo91 committed Oct 14, 2021
1 parent bf139ed commit af29772
Show file tree
Hide file tree
Showing 5 changed files with 114 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 af29772

Please sign in to comment.