lists
Search, filter, and sort all lists created by Podchaser users.
Only available with certain permissions.
lists(
filters: ListFilters
first: Int = 10
page: Int = 0
searchTerm: String
sort: ListSort
paginationType: PaginationType
cursor: String
): ListList
Arguments
filters
(ListFilters
)
first
(Int
)
Limits number of fetched elements. Maximum allowed value: 100.
page
(Int
)
The offset from which elements are returned.
searchTerm
(String
)
A search term to filter on.
sort
(ListSort
)
How to sort the results
paginationType
(PaginationType
)
Which type of pagination to use
cursor
(String
)
The cursor from which to retrieve the next page of results
Type
ListList
A paginated list of List items.