Edge
The Edge type is a wrapper around the node type and contains a cursor.
interface Edge {
node: Node
cursor: String
}
Fields
Edge.node ● Node interface
The item at the end of the edge
Edge.cursor ● String scalar
The cursor for this result item fits naturally here
Member Of
Connection interface
Implemented By
ConsumptionCostOverviewEdge object ● ContractEdge object ● InvoiceEdge object