Skip to content

Commit 84b0efa

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ type GetProductData = {
145145
type GetProductData_products = {
146146
# Only the fields appearing in the query appear in the generated type
147147
id: string;
148+
description: string | null;
148149
price: string | null
149150
}
150151
```

0 commit comments

Comments
 (0)