Skip to main content

linear.listissuesprops.orderby

Home > @runlightyear/linear > ListIssuesProps > orderBy

ListIssuesProps.orderBy property

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

Signature:
orderBy?: "createdAt" | "updatedAt";