OBJECT

UpdatePhoneNumberPayload

The result of a updatePhoneNumberPayload mutation.

link GraphQL Schema definition

1type UpdatePhoneNumberPayload {
2
3# error code and localized error.
4error: UpdatePhoneNumberError
5
6}