saleor-apps-redis_apl/apps/search/graphql/subscriptions/productVariantDeleted.graphql

12 lines
197 B
GraphQL
Raw Normal View History

subscription ProductVariantDeleted {
event {
__typename
... on ProductVariantDeleted {
__typename
productVariant {
...ProductVariantWebhookPayload
}
}
}
}