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