INPUT_OBJECT
ContentCatalogFilter
Filter parameters to reduce content catalog result sets by provided filters.
link GraphQL Schema definition
- input ContentCatalogFilter {
- # If provided, only content will be returned with the title or description that
- # contains the value of this field
- String :
- # If provided, will return only content of the types provided.
- ContentCatalogType] : [
- # If provided, retired and published content will be returned.
- Boolean :
- }