OBJECT

UpdatePhoneNumberConfirmationPayload

The result of a updatePhoneNumberConfirmationPayload mutation.

link GraphQL Schema definition

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