Skip to content

Commit

Permalink
Update apollo-federation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 27, 2024
1 parent 9115064 commit 7eddf1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/pages/docs/features/apollo-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ npm i graphql-yoga graphql @graphql-hive/yoga
import { createServer } from 'node:http'
import { createYoga } from 'graphql-yoga'
import { createSupergraphSDLFetcher } from '@graphql-hive/yoga'
import { getStitchedSchemaFromSupergraphSdl } from '@graphql-tools/federation'

const supergraphFetcher = createSupergraphSDLFetcher({
key: env.HIVE_CDN_KEY,
Expand Down

0 comments on commit 7eddf1c

Please sign in to comment.