Skip to main content

linear.listcommentsprops.orderby

Home > @runlightyear/linear > ListCommentsProps > orderBy

ListCommentsProps.orderBy property

By which field should the pagination order by. Available options are createdAt (default) and updatedAt.

Signature:
orderBy?: PaginationOrderBy;