OBJECT

ContractExpenseConnection

The connection type for ContractExpense.

link GraphQL Schema definition

  • type ContractExpenseConnection {
  • # A list of edges.
  • edges: [ContractExpenseEdge]
  • # A list of nodes.
  • nodes: [ContractExpense]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }