Every type with fields whose types can be ordered gets ordering built into the query and any list fields of that type.
Int
, Float
, String
,
DateTime
) gets ordering built into the query and any list fields of that type.
Every query and list field gets pagination with first
and offset
and
ordering with order
parameter.
The order
parameter isn’t required for pagination.
For example, find the most recent 5 posts.