Skip to main content

linear.listcommentsprops

Home > @runlightyear/linear > ListCommentsProps

ListCommentsProps interface

Signature:
interface ListCommentsProps 

Optional Properties

PropertyModifiersTypeDescription
after?stringA cursor to be used with first for forward pagination
before?stringA cursor to be used with last for backward pagination.
filter?CommentFilterFilter returned comments.
first?numberThe number of items to forward paginate (used with after). Defaults to 50.
includeArchived?booleanShould archived resources be included (default: false)
last?numberThe number of items to backward paginate (used with before). Defaults to 50.
orderBy?PaginationOrderByBy which field should the pagination order by. Available options are createdAt (default) and updatedAt.