8 lines
114 B
GraphQL
8 lines
114 B
GraphQL
![]() |
subscription CustomerCreated {
|
||
|
event {
|
||
|
... on CustomerCreated {
|
||
|
...CustomerCreatedPayload
|
||
|
}
|
||
|
}
|
||
|
}
|