Skip to main content

attributes

List all attributes with optional filtering and sorting

attributes(
filter: AttributeFilterInput
sortBy: AttributeSortingInput
before: String
after: String
first: Int
last: Int
): AttributeCountableConnection!

Arguments

attributes.filter ● AttributeFilterInput input

attributes.sortBy ● AttributeSortingInput input

attributes.before ● String scalar

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

attributes.after ● String scalar

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

attributes.first ● Int scalar

Returns the first n items from the list.

attributes.last ● Int scalar

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

Type

AttributeCountableConnection object

A connection to a list of items.

Was this page helpful?