CostFieldConnection
The connection type for CostField.
type CostFieldConnection {
edges: [CostFieldEdge]
nodes: [CostField]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CostFieldConnection.edges ● [CostFieldEdge] list object
A list of edges.
CostFieldConnection.nodes ● [CostField] list object
A list of nodes.
CostFieldConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CostFieldConnection.totalCount ● Int! non-null scalar
Returned By
costFields query