Skip to main content

linear.roadmapcollectionfilter

Home > @runlightyear/linear > RoadmapCollectionFilter

RoadmapCollectionFilter interface

Signature:
interface RoadmapCollectionFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<RoadmapCollectionFilter>Compound filters, all of which need to be matched by the roadmap.
createdAt?DateComparatorComparator for the created at date.
creator?UserFilterFilters that the roadmap creator must satisfy.
every?RoadmapFilterFilters that needs to be matched by all roadmaps.
id?IDComparatorComparator for the identifier.
length?NumberComparatorComparator for the collection length.
name?StringComparatorComparator for the roadmap name.
or?Array<RoadmapCollectionFilter>Compound filters, one of which need to be matched by the roadmap.
slugId?StringComparatorComparator for the roadmap slug ID.
some?RoadmapFilterFilters that needs to be matched by some roadmaps.
updatedAt?DateComparatorComparator for the updated at date.