linear.listcommentsprops
Home > @runlightyear/linear > ListCommentsProps
ListCommentsProps interface
Signature:interface ListCommentsProps
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
after? | string | A cursor to be used with first for forward pagination | |
before? | string | A cursor to be used with last for backward pagination. | |
filter? | CommentFilter | Filter returned comments. | |
first? | number | The number of items to forward paginate (used with after). Defaults to 50. | |
includeArchived? | boolean | Should archived resources be included (default: false) | |
last? | number | The number of items to backward paginate (used with before). Defaults to 50. | |
orderBy? | PaginationOrderBy | By which field should the pagination order by. Available options are createdAt (default) and updatedAt. |