attributes Query
List of the shop's attributes.
attributes(
filter: AttributeFilterInput
where: AttributeWhereInput
search: String
sortBy: AttributeSortingInput
channel: String
before: String
after: String
first: Int
last: Int
): AttributeCountableConnection
Arguments
attributes.filter
● AttributeFilterInput
input attributes
Filtering options for attributes.
attributes.where
● AttributeWhereInput
input attributes
Filtering options for attributes.
attributes.search
● String
scalar miscellaneous
Search attributes.
attributes.sortBy
● AttributeSortingInput
input attributes
Sorting options for attributes.
attributes.channel
● String
scalar miscellaneous
Slug of a channel for which the data should be returned.
attributes.before
● String
scalar miscellaneous
Return the elements in the list that come before the specified cursor.
attributes.after
● String
scalar miscellaneous
Return the elements in the list that come after the specified cursor.
attributes.first
● Int
scalar miscellaneous
Retrieve the first n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.
attributes.last
● Int
scalar miscellaneous
Retrieve the last n elements from the list. Note that the system only allows fetching a maximum of 100 objects in a single query.