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