INPUT_OBJECT
ProgramFilter
link GraphQL Schema definition
- input ProgramFilter {
- # List of category ids (available with 'programCategories' query)
- : ID
- : String
- : String
- : String
- # If true, only return main programs (no programs created through training_session
- # creation).
- : Boolean
- # If true, only return programs that are sold on catalogue (field 'onSale' set to
- # true)
- : Boolean
- # If true, only return programs that are sold on marketplace (field
- # 'marketplaceEnabledAt' not null)
- : Boolean
- # If true, only return programs that are available on quote ('tailored' field -
- # 'disponible sur devis')
- : Boolean
- }