Skip to main content

AccountHolderOnboardingConnection

Connection type for paginated AccountHolderOnboarding results

type AccountHolderOnboardingConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [AccountHolderOnboardingEdge!]!
}

Fields

AccountHolderOnboardingConnection.totalCount ● Int! non-null scalar

Total number of elements in the list

AccountHolderOnboardingConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

AccountHolderOnboardingConnection.edges ● [AccountHolderOnboardingEdge!]! non-null object

AccountHolderOnboardingEdge list

Interfaces

Connection interface

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

Returned By

accountHolderOnboardings query