onboardings
Returns the list of onboardings.
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)
This query is restricted to data export or to a Project access token (Learn More)
onboardings(
first: Int! = 50
before: String
after: String
filters: OnboardingFiltersInput
orderBy: OnboardingOrderByInput
): OnboardingConnection!
Arguments
onboardings.first ● Int! non-null scalar
the number of elements to load (maximum: 100)
onboardings.before ● String scalar
the index (a unique reference in string form) from which you will load the preceding elements
onboardings.after ● String scalar
the index (a unique reference in string form) from which you will load the following elements
onboardings.filters ● OnboardingFiltersInput input
a filtering table you can apply to your list of connections
onboardings.orderBy ● OnboardingOrderByInput input
an order you can apply to your list of connections
Type
OnboardingConnection object
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)