INPUT_OBJECT

UpdateCustomerTraineeInput

An input data structure to update a customerTrainee

link GraphQL Schema definition

  • input UpdateCustomerTraineeInput {
  • assessment: String
  • # Hide trainee extranet access for this session
  • hiddenExtranet: Boolean
  • onWorkingTime: Boolean
  • passed: Boolean
  • }