INPUT_OBJECT

CustomerFilter

List of filters you can use to search for customer

link GraphQL Schema definition

  • input CustomerFilter {
  • # Name of a company or lastname/firstname of a trainee or name of the training
  • # session
  • name: String
  • pipelineState: Int
  • status: CrmStatus
  • subuserId: Int
  • trainingSessionArchived: Boolean
  • trainingSessionStartingAfter: Date
  • }