Skip to main content

linear.projectfilter

Home > @runlightyear/linear > ProjectFilter

ProjectFilter interface

Signature:
interface ProjectFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<ProjectFilter>Compound filters, all of which need to be matched by the project.
createdAt?DateComparatorComparator for the created at date.
creator?UserFilterFilters that the projects creator must satisfy.
id?IDComparatorComparator for the identifier.
issues?IssueCollectionFilterFilters that the projects issues must satisfy.
lead?NullableUserFilterFilters that the projects lead must satisfy.
members?UserFilterFilters that the projects members must satisfy.
name?StringComparatorComparator for the project name.
or?Array<ProjectFilter>Compound filters, one of which need to be matched by the project.
roadmaps?RoadmapCollectionFilterFilters that the projects roadmaps must satisfy.
slugId?StringComparatorComparator for the project slug ID.
startDate?NullableDateComparatorComparator for the project start date.
state?StringComparatorComparator for the project state.
targetDate?NullableDateComparatorComparator for the project target date.
updatedAt?DateComparatorComparator for the updated at date.