linear.nullableprojectmilestonefilter
Home > @runlightyear/linear > NullableProjectMilestoneFilter
NullableProjectMilestoneFilter interface
Signature:interface NullableProjectMilestoneFilter
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
and? | Array<NullableProjectMilestoneFilter> | Compound filters, all of which need to be matched by the project milestone. | |
createdAt? | DateComparator | Comparator for the created at date. | |
id? | IDComparator | Comparator for the identifier. | |
null? | Boolean | Filter based on the existence of the relation. | |
or? | Array<NullableProjectMilestoneFilter> | Compound filters, one of which need to be matched by the project milestone. | |
updatedAt? | DateComparator | Comparator for the updated at date. |