INPUT_OBJECT
InteractiveCourseFilter
Filter parameters to reduce interactive course result sets by provided filters. Important note: 'name' and 'description' filters are additive, meaning that if I set name = 'javascript' and description = 'javascript', only records with 'javascript' in the 'name' AND 'description' will be returned.
link GraphQL Schema definition
- input InteractiveCourseFilter {
- # If provided, only results will be returned for interactive courses whose name
- # contain the value of this field.
- String :
- # If provided, only results will be returned for interactive courses whose
- # description contain the value of this field.
- String :
- # If set to false, only content that is available on one or more of the plans
- # associated with the API key being used will be included.
- Boolean :
- }