Skip to content

Commit 7eddf1c

Browse files
authored
Update apollo-federation.mdx
1 parent 9115064 commit 7eddf1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/pages/docs/features/apollo-federation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ npm i graphql-yoga graphql @graphql-hive/yoga
3939
import { createServer } from 'node:http'
4040
import { createYoga } from 'graphql-yoga'
4141
import { createSupergraphSDLFetcher } from '@graphql-hive/yoga'
42+
import { getStitchedSchemaFromSupergraphSdl } from '@graphql-tools/federation'
4243

4344
const supergraphFetcher = createSupergraphSDLFetcher({
4445
key: env.HIVE_CDN_KEY,

0 commit comments

Comments
 (0)