OBJECT

RemittanceConnection

The connection type for Remittance.

link GraphQL Schema definition

  • type RemittanceConnection {
  • # A list of edges.
  • edges: [RemittanceEdge]
  • # A list of nodes.
  • nodes: [Remittance]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total remittance amount
  • totalRemittanceAmount: Money!
  • }