INPUT_OBJECT

EditAssociateArgument

An associate object in all fields that are passed will be updated. This is used to update.

link GraphQL Schema definition

  • input EditAssociateArgument {
  • # The new groups to link the associate to. Editing this overwrites current groups.
  • associateGroups: [AssociateGroupArgument]
  • # The type of the associate. Editing this overwrites current roles.
  • type: AssociateTypeEnum
  • # The first name of the associate.
  • firstName: String
  • # The last name of the associate.
  • lastName: String
  • # The e-mail address of the associate.
  • email: String
  • # Whether the associate is able to log in and use the application.
  • active: Boolean
  • # The language of the associate.
  • language: AssociateLanguageEnum
  • # Whether an activation mail will be sent upon completion of the creation.
  • sendActivationMail: Boolean
  • }