ConsumptionCostOverviewConnection
No description
type ConsumptionCostOverviewConnection implements Connection {
pageInfo: PageInfo!
edges: [ConsumptionCostOverviewEdge]
totalCount: Int
}
Fields
ConsumptionCostOverviewConnection.pageInfo ● PageInfo! non-null object
ConsumptionCostOverviewConnection.edges ● [ConsumptionCostOverviewEdge] list object
ConsumptionCostOverviewConnection.totalCount ● Int scalar
The total number of edges in the ConsumptionCostOverviewConnection.
Interfaces
Connection interface
The Connection type wraps the list of items in the paginated response.
Member Of
Contract object