Skip to content

Commit fee3f0c

Browse files
committed
Fix wrong GraphQL Hive package name
1 parent 22cdf0d commit fee3f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ For a full step by step setup getting started, please follow this
3030
#### Installation
3131

3232
```sh npm2yarn
33-
npm i graphql-yoga graphql @graphql-yoga/hive
33+
npm i graphql-yoga graphql @graphql-hive/yoga
3434
```
3535

3636
#### Example
3737

3838
```js filename="src/index.mjs"
3939
import { createServer } from 'node:http'
4040
import { createYoga } from 'graphql-yoga'
41-
import { createSupergraphSDLFetcher } from '@graphql-hive/client'
41+
import { createSupergraphSDLFetcher } from '@graphql-hive/yoga'
4242

4343
const supergraphFetcher = createSupergraphSDLFetcher({
4444
key: env.HIVE_CDN_KEY,

0 commit comments

Comments
 (0)