Skip to main content

linear.commentfilter

Home > @runlightyear/linear > CommentFilter

CommentFilter interface

Signature:
interface CommentFilter 

Optional Properties

PropertyModifiersTypeDescription
and?Array<CommentFilter>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.
id?IDComparatorComparator for the identifier.
issue?IssueFilterFilters that the comments issue must satisfy.
or?Array<CommentFilter>Compound filters, one of which need to be matched by the comment.
updatedAt?DateComparatorComparator for the updated at date.
user?UserFilterFilters that the comments creator must satisfy.