Skip to main content

PriceSpecificationsConnection

A connection to a list of items.

type PriceSpecificationsConnection {
pageInfo: PageInfo!
edges: [PriceSpecificationsEdge!]
nodes: [PriceSpecification]
totalCount: Int!
}

Fields

PriceSpecificationsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

PriceSpecificationsConnection.edges ● [PriceSpecificationsEdge!] list object

A list of edges.

PriceSpecificationsConnection.nodes ● [PriceSpecification] list object

A flattened list of the nodes.

PriceSpecificationsConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.