Skip to main content

linear.commentcollectionfilter

Home > @runlightyear/linear > CommentCollectionFilter

CommentCollectionFilter interface

Signature:
interface CommentCollectionFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<CommentCollectionFilter>Compound filters, all of which need to be matched by the comment.
body?StringComparatorComparator for the comments body.
createdAt?DateComparatorComparator for the created at date.
every?CommentFilterFilters that needs to be matched by all comments.
id?IDComparatorComparator for the identifier.
issue?IssueFilterFilters that the comments issue must satisfy.
length?NumberComparatorComparator for the collection length.
or?Array<CommentCollectionFilter>Compound filters, one of which need to be matched by the comment.
some?CommentFilterFilters that needs to be matched by some comments.
updatedAt?DateComparatorComparator for the updated at date.
user?UserFilterFilters that the comments creator must satisfy.