Pagination
Collection queries accept apaging input with two fields:
Each collection query returns a
pageInfo object alongside the result items:
Example
Variables
skip by the take value:
pageInfo.hasNextPage is false.
Filtering
Collection queries accept awhere input containing typed filter fields. The available filter fields vary by query. Common filter input types include:
Refer to the schema reference for each query to see its available filter fields and types.