VirtualIBANEntryConnection
Implements the Relay Connection interface, used to paginate list of element (Learn More)
type VirtualIBANEntryConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [VirtualIBANEntryEdge!]!
}
Fields
VirtualIBANEntryConnection.totalCount
● Int!
non-null scalar
Total number of element in the list
VirtualIBANEntryConnection.pageInfo
● PageInfo!
non-null object
Information about the current, the previous and the next page
VirtualIBANEntryConnection.edges
● [VirtualIBANEntryEdge!]!
non-null object
VirtualIBANEntryEdge list
Interfaces
Connection
interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
Account
object