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