Skip to content

Commit 6f90091

Browse files
authored
Update graphql-server-apollo-yoga.mdx (#8976)
1 parent 07d6ebd commit 6f90091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/docs/guides/graphql-server-apollo-yoga.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type Query {
5858

5959
**2. Install the `@graphql-codegen/typescript-resolvers` plugin**
6060

61-
<PackageCmd packages={['-D @graphql-codegen/typescript-resolvers @graphql-codegen/typescript']} />
61+
<PackageCmd packages={['-D @graphql-codegen/cli @graphql-codegen/typescript-resolvers @graphql-codegen/typescript']} />
6262

6363
**3. Configure the plugin**
6464

0 commit comments

Comments
 (0)