OBJECT
ContractExpenseConnection
The connection type for ContractExpense.
link GraphQL Schema definition
- type ContractExpenseConnection {
- # A list of edges.
- ContractExpenseEdge] : [
- # A list of nodes.
- ContractExpense] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }