6 lines
90 B
GraphQL
6 lines
90 B
GraphQL
subscription OrderCreatedSubscription {
|
|
event {
|
|
...OrderCreatedWebhookPayload
|
|
}
|
|
}
|