ConsumptionCostOverviewEdge
No description
type ConsumptionCostOverviewEdge implements Edge {
node: ConsumptionCostOverview
cursor: String!
totalCount: Int
}
Fields
ConsumptionCostOverviewEdge.node ● ConsumptionCostOverview object
ConsumptionCostOverviewEdge.cursor ● String! non-null scalar
ConsumptionCostOverviewEdge.totalCount ● Int scalar
The total number of nodes in the ConsumptionOverviewConnection.
Interfaces
Edge interface
The Edge type is a wrapper around the node type and contains a cursor.