Connection
The Connection type wraps the list of items in the paginated response.
interface Connection {
pageInfo: PageInfo!
edges: [Edge]
}
Fields
Connection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Connection.edges ● [Edge] list interface
A list of edges.
Implemented By
ConsumptionCostOverviewConnection object ● ContractConnection object ● InvoiceConnection object