Skip to main content

ExternalBalanceConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type ExternalBalanceConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [ExternalBalanceEdge!]!
}

Fields

ExternalBalanceConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

ExternalBalanceConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

ExternalBalanceConnection.edges ● [ExternalBalanceEdge!]! non-null object

ExternalBalanceEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Member Of

ExternalAccount object