Module: Static::UserPatch

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"userPatch"
Query =
<<-EOS
  query userPatch($ids: String){
  userPatch(ids: $ids){
      list{
          _id
          email
          unionid
          openid
          emailVerified
          phone
          phoneVerified
          username
          nickname
          company
          photo
          browser
          device
          password
          registerInClient
          registerMethod
          oauth
          token
          tokenExpiredAt
          loginsCount
          lastLogin
          lastIP
          signedUp
          blocked
          isDeleted
          name
          givenName
          familyName
          middleName
          profile
          preferredUsername
          website
          gender
          birthdate
          zoneinfo
          locale
          address
          formatted
          streetAddress
          locality
          region
          postalCode
          country
          updatedAt
          customData
          metadata
      }
      totalCount
  }
}
EOS