Skip to main content

accountFeatures

Retrieves the available account features

accountFeatures(
after: String
before: String
filters: AccountFeatureFiltersInput
first: Int
last: Int
): AccountFeatureConnection!

Arguments

accountFeatures.after ● String scalar

Returns the elements in the list that come after the specified cursor.

accountFeatures.before ● String scalar

Returns the elements in the list that come before the specified cursor.

accountFeatures.filters ● AccountFeatureFiltersInput input

Filters to apply to the account features

accountFeatures.first ● Int scalar

Returns the first _n_ elements from the list.

accountFeatures.last ● Int scalar

Returns the last _n_ elements from the list.

Type

AccountFeatureConnection object

The connection type for AccountFeature.