BomItemsConnection
A connection to a list of items.
type BomItemsConnection {
edges: [BomItemsEdge!]
nodes: [BomItem!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
BomItemsConnection.edges ● [BomItemsEdge!] list object
A list of edges.
BomItemsConnection.nodes ● [BomItem!] list object
A flattened list of the nodes.
BomItemsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
BomItemsConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.