6 lines
84 B
GraphQL
6 lines
84 B
GraphQL
![]() |
fragment CustomerUpdatedPayload on CustomerUpdated {
|
||
|
user {
|
||
|
...Customer
|
||
|
}
|
||
|
}
|