INPUT_OBJECT
A filter data structure for matching trainees
input TraineeFilter {accountingNumber: String# Trainee code (this is not their id!)code: String# Select only trainee that are pre-registerdraft: Booleanemail: Stringfirstname: Stringlastname: String}