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

# ExperimentalAffiliateMerchantsConnection

> A connection object for affiliate merchants, providing a way to paginate through a list of merchants using edges and pageInfo.

## Fields

***

<ParamField path="edges" type={<><a href="/docs/api-reference/experimentalAffiliateMerchantEdge">[ExperimentalAffiliateMerchantEdge!]!</a></>} required>
  A list of edges, each containing an affiliate merchant and a cursor for pagination purposes.
</ParamField>

<ParamField path="pageInfo" type={<><a href="/docs/api-reference/pageinfo">PageInfo!</a></>} required>
  Information about the current page of data, such as hasNextPage and hasPreviousPage.
</ParamField>
