2023-02-15 11:32:33 +00:00
|
|
|
subscription ProductVariantCreated {
|
|
|
|
event {
|
|
|
|
__typename
|
|
|
|
... on ProductVariantCreated {
|
|
|
|
__typename
|
|
|
|
productVariant {
|
|
|
|
...ProductVariantWebhookPayload
|
|
|
|
}
|
|
|
|
}
|
2023-04-29 09:30:48 +00:00
|
|
|
recipient {
|
|
|
|
webhooks {
|
|
|
|
id
|
|
|
|
}
|
|
|
|
}
|
2023-02-15 11:32:33 +00:00
|
|
|
}
|
|
|
|
}
|