7 lines
94 B
GraphQL
7 lines
94 B
GraphQL
![]() |
fragment ProductWebhookPayload on Product {
|
||
|
id
|
||
|
variants {
|
||
|
...ProductVariantData
|
||
|
}
|
||
|
}
|