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