Homepage

UserInputType

Last edit: Oct 26, 2022

No description

type UserInputType {
  authentications: [AuthenticationInputType]
  custom_attachments: [AtachmentInputType]
  custom_images: [ImageInputType]
  deleted_at: JSONDate
  email: String
  external_id: ID
  first_name: String
  last_name: String
  middle_name: String
  name: String
  password: String
  profiles: [UserProfileInputType]
  properties: [CustomAttributeInputType]
  slug: String
}

Fields

authentications (AuthenticationInputType)

custom_attachments (AtachmentInputType)

custom_images (ImageInputType)

deleted_at (JSONDate)

email (String)

external_id (ID)

first_name (String)

last_name (String)

middle_name (String)

name (String)

password (String)

profiles (UserProfileInputType)

properties (CustomAttributeInputType)

slug (String)

Questions?

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

contact us