BomBomsConnection
A connection to a list of items.
type BomBomsConnection {
edges: [BomBomsEdge!]
nodes: [BomWip!]
pageInfo: PageInfo!
}
Fields
BomBomsConnection.edges ● [BomBomsEdge!] list object
A list of edges.
BomBomsConnection.nodes ● [BomWip!] list object
A flattened list of the nodes.
BomBomsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.