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