attributeValues
List attribute values with filtering (requires MANAGE_PRODUCTS permission)
attributeValues(
filter: AttributeValueFilterInput
sortBy: AttributeValueSortingInput
before: String
after: String
first: Int
last: Int
): AttributeValueCountableConnection!
Arguments
attributeValues.filter ● AttributeValueFilterInput input
attributeValues.sortBy ● AttributeValueSortingInput input
attributeValues.before ● String scalar
Returns the items in the list that come before the specified cursor.
attributeValues.after ● String scalar
Returns the items in the list that come after the specified cursor.
attributeValues.first ● Int scalar
Returns the first n items from the list.
attributeValues.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
AttributeValueCountableConnection object
A connection to a list of items.