linear.projectfilter
Home > @runlightyear/linear > ProjectFilter
ProjectFilter interface
Signature:interface ProjectFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<ProjectFilter> | Compound filters, all of which need to be matched by the project. | |
createdAt? | DateComparator | Comparator for the created at date. | |
creator? | UserFilter | Filters that the projects creator must satisfy. | |
id? | IDComparator | Comparator for the identifier. | |
issues? | IssueCollectionFilter | Filters that the projects issues must satisfy. | |
lead? | NullableUserFilter | Filters that the projects lead must satisfy. | |
members? | UserFilter | Filters that the projects members must satisfy. | |
name? | StringComparator | Comparator for the project name. | |
or? | Array<ProjectFilter> | Compound filters, one of which need to be matched by the project. | |
roadmaps? | RoadmapCollectionFilter | Filters that the projects roadmaps must satisfy. | |
slugId? | StringComparator | Comparator for the project slug ID. | |
startDate? | NullableDateComparator | Comparator for the project start date. | |
state? | StringComparator | Comparator for the project state. | |
targetDate? | NullableDateComparator | Comparator for the project target date. | |
updatedAt? | DateComparator | Comparator for the updated at date. |