Homepage

UserImport

Last edit: Apr 18, 2024

No description

type UserImport {
  created_at: JSONDate
  email: String!
  external_id: ID
  first_name: String
  id: ID
  last_name: String
  middle_name: String
  name: String
  password: String
  profiles: [UserProfileImportType!]
  properties: HashObject
  slug: String!
  updated_at: JSONDate
}

Fields

created_at (JSONDate)

email (String)

external_id (ID)

first_name (String)

id (ID)

ID will be stored as external_id, relations will be preseved. We generate it when empty.

last_name (String)

middle_name (String)

name (String)

password (String)

profiles (UserProfileImportType)

properties (HashObject)

ex. {"color": "red"}

slug (String)

updated_at (JSONDate)

Questions?

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

contact us