9 lines
182 B
GraphQL
9 lines
182 B
GraphQL
![]() |
# todo Probably should be CustomerMetadataUpdated but codegen fails
|
||
|
subscription CustomerUpdated {
|
||
|
event {
|
||
|
... on CustomerUpdated {
|
||
|
...CustomerUpdatedPayload
|
||
|
}
|
||
|
}
|
||
|
}
|