Skip to main content

productAttributeDefinitions

Get a list of product attribute definitions by brand.

productAttributeDefinitions(
after: String
before: String
filters: ProductAttributeDefinitionFilterInput
first: Int
last: Int
): ProductAttributeDefinitionConnection

Arguments

productAttributeDefinitions.after ● String scalar common

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

productAttributeDefinitions.before ● String scalar common

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

productAttributeDefinitions.filters ● ProductAttributeDefinitionFilterInput input products

Filtering options for product attribute definitions.

productAttributeDefinitions.first ● Int scalar common

Returns the first _n_ elements from the list.

productAttributeDefinitions.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

ProductAttributeDefinitionConnection object common

The connection type for ProductAttributeDefinition.