ItemsByIdentifierTypesConnection
A connection to a list of items.
type ItemsByIdentifierTypesConnection {
pageInfo: PageInfo!
edges: [ItemsByIdentifierTypesEdge!]
nodes: [ItemWithIdentifiers]
}
Fields
ItemsByIdentifierTypesConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
ItemsByIdentifierTypesConnection.edges
● [ItemsByIdentifierTypesEdge!]
list object
A list of edges.
ItemsByIdentifierTypesConnection.nodes
● [ItemWithIdentifiers]
list object
A flattened list of the nodes.
Returned By
itemsByIdentifierTypes
query