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