Sha256: 40e2891467a5bb1d9d83389f68fa57f5c0a9f84ee9631246d6da22245b923007

Contents?: true

Size: 872 Bytes

Versions: 6

Compression:

Stored size: 872 Bytes

Contents

mutation updatePhone(
  $phone: String!
  $phoneCode: String!
  $oldPhone: String
  $oldPhoneCode: String
) {
  updatePhone(
    phone: $phone
    phoneCode: $phoneCode
    oldPhone: $oldPhone
    oldPhoneCode: $oldPhoneCode
  ) {
    id
    arn
    userPoolId
    status
    username
    email
    emailVerified
    phone
    phoneVerified
    unionid
    openid
    nickname
    registerSource
    photo
    password
    oauth
    token
    tokenExpiredAt
    loginsCount
    lastLogin
    lastIP
    signedUp
    blocked
    isDeleted
    device
    browser
    company
    name
    givenName
    familyName
    middleName
    profile
    preferredUsername
    website
    gender
    birthdate
    zoneinfo
    locale
    address
    formatted
    streetAddress
    locality
    region
    postalCode
    city
    province
    country
    createdAt
    updatedAt
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
authing_ruby-1.1.6 lib/authing_ruby/graphql/mutations/updatePhone.gql
authing_ruby-1.1.5 lib/authing_ruby/graphql/mutations/updatePhone.gql
authing_ruby-1.1.4 lib/authing_ruby/graphql/mutations/updatePhone.gql
authing_ruby-1.1.3 lib/authing_ruby/graphql/mutations/updatePhone.gql
authing_ruby-1.1.2 lib/authing_ruby/graphql/mutations/updatePhone.gql
authing_ruby-1.1.1 lib/authing_ruby/graphql/mutations/updatePhone.gql