Skip to main content

conventions_paginated

Returns a paginated list of conventions. See PaginationInterface for details on how to use paginated lists, and ConventionFiltersInput for filters you can use here.

conventions_paginated(
filters: ConventionFiltersInput
page: Int
per_page: Int
sort: [SortInput!]
): ConventionsPagination!

Arguments

conventions_paginated.filters ● ConventionFiltersInput input

Filters to restrict what items will appear in the result set.

conventions_paginated.page ● Int scalar

The page number to return from the result set. Page numbers start with 1.

conventions_paginated.per_page ● Int scalar

The number of items to return per page. Defaults to 20, can go up to 200.

conventions_paginated.sort ● [SortInput!] list input

A set of fields to use for ordering the result set. The second field is used as a tiebreaker for the first, the third field is used as a tiebreaker for the first two, and so on. If the sort argument is missing or empty, the order of items will be left up to the database (and may be unpredictable).

Type

ConventionsPagination object