Skip to main content

accountHolderOnboardings

Returns the list of account holder onboardings.

Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)

This query is restricted to a Project access token (Learn More)

accountHolderOnboardings(
first: Int! = 50
before: String
after: String
filters: OnboardingFiltersInput
orderBy: OnboardingOrderByInput
): AccountHolderOnboardingConnection!

Arguments

accountHolderOnboardings.first ● Int! non-null scalar

the number of elements to load (maximum: 100)

accountHolderOnboardings.before ● String scalar

the index (a unique reference in string form) from which you will load the preceding elements

accountHolderOnboardings.after ● String scalar

the index (a unique reference in string form) from which you will load the following elements

accountHolderOnboardings.filters ● OnboardingFiltersInput input

a filtering table you can apply to your list of connections

accountHolderOnboardings.orderBy ● OnboardingOrderByInput input

an order you can apply to your list of connections

Type

AccountHolderOnboardingConnection object

Connection type for paginated AccountHolderOnboarding results