Skip to main content

StrategyConnection

A connection to a list of items.

type StrategyConnection {
edges: [StrategyEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

StrategyConnection.edges ● [StrategyEdge] list object

A list of edges.

StrategyConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

StrategyConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

strategies query