CompleteUserCreationPayload
No description
union CompleteUserCreationPayload = CompleteUserCreationSuccessPayload | WrongCodeRejection | UserBlockedRejection | OperationNotAllowedRejection | SmsProviderRejection | ValidationRejection
Possible types
CompleteUserCreationPayload.CompleteUserCreationSuccessPayload object
CompleteUserCreationPayload.WrongCodeRejection object
CompleteUserCreationPayload.UserBlockedRejection object
CompleteUserCreationPayload.OperationNotAllowedRejection object
CompleteUserCreationPayload.SmsProviderRejection object
CompleteUserCreationPayload.ValidationRejection object
Rejection returned if an input contains invalid data
Returned By
completeUserCreation mutation