Available queries
Associated query | Returns multiple results |
---|---|
Attribute | |
Attributes | ✔️ |
Available fields
Label | Type | Notes | Null |
---|---|---|---|
id | integer | The id of the attribute | |
label | string | The label of the attribute | |
option | Option | The option this attribute is linked to (If this attribute's label is "Blue", the option's label will likely be "Color") |
Example of a query
query{
Attributes{
edges{
node{
id
label
option{
label
}
}
}
}
}