INPUT_OBJECT

TraineeFilter

A filter data structure for matching trainees

link GraphQL Schema definition

  • input TraineeFilter {
  • accountingNumber: String
  • # Trainee code (this is not their id!)
  • code: String
  • # Select only trainee that are pre-register
  • draft: Boolean
  • email: String
  • firstname: String
  • lastname: String
  • }