ExpenseConnection
A paginated list of Expense edges.
type ExpenseConnection {
pageInfo: PageInfo!
edges: [ExpenseEdge!]!
}
Fields
ExpenseConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
ExpenseConnection.edges ● [ExpenseEdge!]! non-null object
A list of Expense edges.
Returned By
expenses query
Member Of
Contact object ● Contract object ● Letter object ● Project object ● Property object ● Task object