attributeValues
List of all attribute values
attributeValues(
filter: AttributeValueFilterInput
sortBy: AttributeValueSortingInput
before: String
after: String
first: Int
last: Int
): AttributeValueCountableConnection
Arguments
attributeValues.filter ● AttributeValueFilterInput input
Filtering options for attribute values.
attributeValues.sortBy ● AttributeValueSortingInput input
Sorting options for attribute values.
attributeValues.before ● String scalar
Return the elements in the list that come before the specified cursor.
attributeValues.after ● String scalar
Return the elements in the list that come after the specified cursor.
attributeValues.first ● Int scalar
Return the first n elements from the list.
attributeValues.last ● Int scalar
Return the last n elements from the list.