Files
saleor-core-extensions/graphql/subscriptions/order-created.graphql
T
Lukasz Ostrowski 70ddc8a4dc update schema (#293)
2026-03-06 12:07:46 +01:00

6 lines
90 B
GraphQL

subscription OrderCreatedSubscription {
event {
...OrderCreatedWebhookPayload
}
}