Skip to main content

CostedBomsConnection

A connection to a list of items.

type CostedBomsConnection {
edges: [CostedBomsEdge!]
nodes: [BomWip!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CostedBomsConnection.edges ● [CostedBomsEdge!] list object

A list of edges.

CostedBomsConnection.nodes ● [BomWip!] list object

A flattened list of the nodes.

CostedBomsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CostedBomsConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.