---
title: ExchangeV2Connection - GraphQL Admin
description: An auto-generated type for paginating through multiple ExchangeV2s.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/connections/ExchangeV2Connection
  md: https://shopify.dev/docs/api/admin-graphql/latest/connections/ExchangeV2Connection.md
---

# Exchange​V2Connection

connection

An auto-generated type for paginating through multiple ExchangeV2s.

## Fields with this connection

* [Order.exchangeV2s](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order#field-Order.fields.exchangeV2s)

  OBJECT

  Deprecated

***

## Possible returns

* edges

  [\[Exchange​V2Edge!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2Edge)

  non-null

  The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node.

* nodes

  [\[Exchange​V2!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ExchangeV2)

  non-null

  A list of nodes that are contained in ExchangeV2Edge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

* page​Info

  [Page​Info!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PageInfo)

  non-null

  An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page.

***

## Map

### Possible returns

* [Exchange​V2Connection.edges](https://shopify.dev/docs/api/admin-graphql/latest/connections/ExchangeV2Connection#returns-edges)
* [Exchange​V2Connection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ExchangeV2Connection#returns-nodes)
* [Exchange​V2Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/latest/connections/ExchangeV2Connection#returns-pageInfo)