Skip to main content

AccountHolderOnboardingEdge

Edge type for AccountHolderOnboarding in a paginated list

type AccountHolderOnboardingEdge implements Edge {
cursor: String!
node: AccountHolderOnboarding!
}

Fields

AccountHolderOnboardingEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this account holder onboarding node in the pagination mechanism

AccountHolderOnboardingEdge.node ● AccountHolderOnboarding! non-null union

The AccountHolderOnboarding

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member Of

AccountHolderOnboardingConnection object