Skip to main content

TradeConnection

A connection to a list of items.

type TradeConnection {
edges: [TradeEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

TradeConnection.edges ● [TradeEdge] list object

A list of edges.

TradeConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

TradeConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

trades query

Member Of

Bot object