You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/development-testing/graphql-codegen.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Manually creating types for your GraphQL operations is error prone. As you intro
7
7
8
8
Instead, you can generate your TypeScript definitions automatically with [GraphQL Code Generator](https://www.the-guild.dev/graphql/codegen) using your application's schema to ensure type accuracy.
9
9
10
-
This guide provides detail on how to setup GraphQL Codegen in your application to provide types for your GraphQL operations.
10
+
This guide provides detail on how to set up GraphQL Codegen in your application to provide types for your GraphQL operations.
0 commit comments