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

12 lines
197 B
GraphQL
Raw Normal View History

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