PromotionsConnection
A connection to a list of items.
type PromotionsConnection {
pageInfo: PageInfo!
edges: [PromotionsEdge!]
nodes: [Promotion]
totalCount: Int!
}
Fields
PromotionsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PromotionsConnection.edges ● [PromotionsEdge!] list object
A list of edges.
PromotionsConnection.nodes ● [Promotion] list object
A flattened list of the nodes.
PromotionsConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
promotions query