Skip to main content

CostConnection

The connection type for Cost.

type CostConnection {
edges: [CostEdge]
nodes: [Cost]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CostConnection.edges ● [CostEdge] list object

A list of edges.

CostConnection.nodes ● [Cost] list object

A list of nodes.

CostConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CostConnection.totalCount ● Int! non-null scalar

Returned By

costs query