We’re overhauling Dgraph’s docs to make them clearer and more approachable. If
you notice any issues during this transition or have suggestions, please
let us know.
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.