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
Returns the elements in the list that come after the specified cursor.
productAttributeDefinitions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
productAttributeDefinitions.filters ● ProductAttributeDefinitionFilterInput input
Filtering options for product attribute definitions.
productAttributeDefinitions.first ● Int scalar
Returns the first _n_ elements from the list.
productAttributeDefinitions.last ● Int scalar
Returns the last _n_ elements from the list.
Type
ProductAttributeDefinitionConnection object
The connection type for ProductAttributeDefinition.