linear.nullablecyclefilter
Home > @runlightyear/linear > NullableCycleFilter
NullableCycleFilter interface
Signature:interface NullableCycleFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<NullableCycleFilter> | Compound filters, one of which need to be matched by the cycle. | |
completedAt? | DateComparator | Comparator for the cycle completed at date. | |
createdAt? | DateComparator | Comparator for the created at date. | |
endsAt? | DateComparator | Comparator for the cycle ends at date. | |
id? | IDComparator | Comparator for the identifier. | |
isActive? | BooleanComparator | Comparator for the filtering active cycle. | |
isFuture? | BooleanComparator | Comparator for the filtering future cycles. | |
isNext? | BooleanComparator | Comparator for the filtering next cycle. | |
isPast? | BooleanComparator | Comparator for the filtering past cycles. | |
isPrevious? | BooleanComparator | Comparator for the filtering previous cycle. | |
issues? | IssueCollectionFilter | Filters that the cycles issues must satisfy. | |
name? | StringComparator | Comparator for the cycle name. | |
null? | Boolean | Filter based on the existence of the relation. | |
number? | NumberComparator | Comparator for the cycle number. | |
or? | Array<NullableCycleFilter> | Compound filters, one of which need to be matched by the cycle. | |
startsAt? | DateComparator | Comparator for the cycle start date. | |
team? | TeamFilter | Filters that the cycles team must satisfy. | |
updatedAt? | DateComparator | Comparator for the updated at date. |