ExpenseEdge
An edge that contains a node of type Expense and a cursor.
type ExpenseEdge {
node: Expense!
cursor: String!
}
Fields
ExpenseEdge.node
● Expense!
non-null object
The Expense node.
ExpenseEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
ExpenseConnection
object