6 lines
94 B
GraphQL
6 lines
94 B
GraphQL
fragment ProductWebhookPayload on Product {
|
|
id
|
|
variants {
|
|
...ProductVariantData
|
|
}
|
|
}
|