Skip to main content

linear.listteamsprops

Home > @runlightyear/linear > ListTeamsProps

ListTeamsProps interface

Signature:
interface ListTeamsProps 

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?TeamFilterFilter returned teams.
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.