Homepage

QueryUser

Last edit: Oct 26, 2022

No description

type QueryUser {
  created_at: DateRange
  customizations: [QueryCustomization]
  email: String
  emails: [String]
  external_id: ID
  externals_id: [ID]
  first_name: String
  id: ID
  ids: [ID]
  is_deleted: Boolean
  last_name: String
  middle_name: String
  name: String
  profiles: [QueryUserProfile]
  slug: String
  without_ids: [ID]
}

Fields

created_at (DateRange)

customizations (QueryCustomization)

email (String)

emails (String)

external_id (ID)

externals_id (ID)

first_name (String)

id (ID)

ids (ID)

is_deleted (Boolean)

last_name (String)

middle_name (String)

name (String)

profiles (QueryUserProfile)

slug (String)

without_ids (ID)

Questions?

We are always happy to help with any questions you may have.

contact us