Skip to content

Commit d1d617c

Browse files
martinbonninbenjie
andauthored
Update src/pages/blog/2024-09-18-codegen.mdx
Co-authored-by: Benjie <[email protected]>
1 parent e68ca4c commit d1d617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/2024-09-18-codegen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ type GetProductData_products = {
151151
}
152152
```
153153
154-
With this `Product` type:
154+
With this `GetProductData_products` type:
155155
156156
* `name` is not present in the generated type because it was not queried.
157157
* `id` is not-nullable, as intended. A product always has an `id`.

0 commit comments

Comments
 (0)