Skip to content

Commit 0827ea5

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

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
@@ -155,7 +155,7 @@ 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`.
158-
* `price` is nullable, as intended. If `null`, it means the product doesn't have a price.
158+
* `description` and `price` are nullable, as intended. If `null`, it means the product doesn't have a description/price.
159159
160160
This is what we expected!
161161

0 commit comments

Comments
 (0)