Skip to content

Commit 57f7aa0

Browse files
committed
feat: Add SKU to WebhookProductVariant fragment
1 parent de41714 commit 57f7aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/cms-v2/graphql/fragments/WebhookProductVariant.graphql

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fragment WebhookProductVariant on ProductVariant {
22
id
33
name
4+
sku
45
product {
56
id
67
name

0 commit comments

Comments
 (0)