> ## 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.

# ExperimentalAffiliateMerchantEdge

> An edge in a connection that contains a single affiliate merchant 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/experimentalAffiliateMerchant">ExperimentalAffiliateMerchant!</a></>} required>
  The affiliate merchant at the end of the edge.
</ParamField>
