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 common

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

accountFeatures.before ● String scalar common

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

accountFeatures.filters ● AccountFeatureFiltersInput input feature-flags

Filters to apply to the account features

accountFeatures.first ● Int scalar common

Returns the first _n_ elements from the list.

accountFeatures.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

AccountFeatureConnection object common

The connection type for AccountFeature.