We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33244ee commit dc61d71Copy full SHA for dc61d71
src/pages/blog/2024-09-18-codegen.mdx
@@ -64,7 +64,7 @@ type Product = {
64
65
Pretty neat, right? Typescript and GraphQL look really similar... Unfortunately, this is not type safe!
66
67
-Let's do a query that doesn't query the product name:
+Let's perform a query that doesn't request the product name:
68
69
```graphql
70
query GetProduct {
0 commit comments