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

17 lines
263 B
GraphQL
Raw Normal View History

subscription ProductVariantBackInStock {
event {
__typename
... on ProductVariantBackInStock {
__typename
productVariant {
...ProductVariantWebhookPayload
}
}
recipient {
webhooks {
id
}
}
}
}