attributes
List of the shop's attributes.
attributes(
filter: AttributeFilterInput
sortBy: AttributeSortingInput
before: String
after: String
first: Int
last: Int
): AttributeCountableConnection
Arguments
attributes.filter ● AttributeFilterInput input
Filtering options for attributes.
attributes.sortBy ● AttributeSortingInput input
Sorting options for attributes.
attributes.before ● String scalar
Return the elements in the list that come before the specified cursor.
attributes.after ● String scalar
Return the elements in the list that come after the specified cursor.
attributes.first ● Int scalar
Return the first n elements from the list.
attributes.last ● Int scalar
Return the last n elements from the list.