setPrimaryPhoneQuery top-level constant
String
const setPrimaryPhoneQuery
set primary email
Implementation
const String setPrimaryPhoneQuery = r'''
mutation SetPrimaryPhoneNumber($phone: String!, $otp: String!){
setPrimaryPhoneNumber(phone: $phone, otp: $otp)
}
''';