Homepage

UserUpdate

Last edit: Oct 26, 2022

No description

type UserUpdate {
  created_at: JSONDate
  email: String!
  external_id: ID
  first_name: String
  id: ID!
  last_name: String
  middle_name: String
  name: String
  profiles: [UserProfileUpdateType!]
  slug: String!
  updated_at: JSONDate
}

Fields

created_at (JSONDate)

email (String)

external_id (ID)

first_name (String)

id (ID)

ID must match existing object id

last_name (String)

middle_name (String)

name (String)

profiles (UserProfileUpdateType)

slug (String)

updated_at (JSONDate)

Questions?

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

contact us