Skip to main content

linear.nullableprojectmilestonefilter

Home > @runlightyear/linear > NullableProjectMilestoneFilter

NullableProjectMilestoneFilter interface

Signature:
interface NullableProjectMilestoneFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<NullableProjectMilestoneFilter>Compound filters, all of which need to be matched by the project milestone.
createdAt?DateComparatorComparator for the created at date.
id?IDComparatorComparator for the identifier.
null?BooleanFilter based on the existence of the relation.
or?Array<NullableProjectMilestoneFilter>Compound filters, one of which need to be matched by the project milestone.
updatedAt?DateComparatorComparator for the updated at date.