Magidoc

productAttributes
Query

Get the available product attributes for a given filter.

Arguments

#

before

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

after

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

first

Returns the first n items from the list.

last

Returns the last n items in the list.

reverse

Reverse the order of the underlying list.

filter

Non-null

Filter to apply to the results.

Response

#

Returns ProductAttributeConnection .

Example

#

    
  

3

    
  

3

    
  

3