Skip to main content

ExchangeConnection

A connection to a list of items.

type ExchangeConnection {
edges: [ExchangeEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ExchangeConnection.edges ● [ExchangeEdge] list object

A list of edges.

ExchangeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ExchangeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

exchanges query