> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderEdge

> An edge in a connection that contains a single order and a cursor for pagination.

## Fields

***

<ParamField path="cursor" type={<>ID!</>} required>
  The cursor associated with this edge, used for pagination.
</ParamField>

<ParamField path="node" type={<><a href="/docs/api-reference/order">Order!</a></>} required>
  The order.
</ParamField>
