OBJECT
UpdatePhoneNumberConfirmationPayload
The result of a updatePhoneNumberConfirmationPayload mutation.
link GraphQL Schema definition
1 type UpdatePhoneNumberConfirmationPayload { 2 3 # error code and localized error. 4 : UpdatePhoneNumberConfirmationError 5 6 }