Skip to content

Commit

Permalink
Simplify Federation example (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 21, 2022
1 parent 2a033fb commit 55c01aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/apollo-federation/gateway/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ async function main() {
await gateway.load()

const server = createServer({
schema: gateway.schema,
plugins: [
useApolloFederation({
gateway,
Expand Down
1 change: 0 additions & 1 deletion website/docs/features/apollo-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const gateway = new ApolloGateway({
await gateway.load()

const server = createServer({
schema: gateway.schema,
plugins: [
useApolloFederation({
gateway,
Expand Down

0 comments on commit 55c01aa

Please sign in to comment.