INPUT_OBJECT
GuideCatalogFilter
link GraphQL Schema definition
- input GuideCatalogFilter {
- # If provided, will return guides that match the ids from the provided list. Max
- # 100 ids.
- String] : [
- # If provided, retired and published guides will be returned.
- Boolean :
- # If provided, will return guide data that has a latestModifiedOn value on or
- # after the latestModifiedOnStartDate. This is based on the field
- # latestModifiedOn.
- DateTime :
- # If provided, will return guide data that has a latestModifiedOn value on or
- # before the latestModifiedOnEndDate. This is based on the field latestModifiedOn.
- DateTime :
- # 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 :
- }