Available queries
Associated query | Returns multiple results |
---|---|
Option | |
Options | ✔️ |
Available fields
Label | Type | Notes | Null |
---|---|---|---|
attributes | Attributes | The attributes linked to this option | |
id | integer | The id of this option | |
label | string | The label of this option |
Example of a query
query{
Options{
edges{
node{
attributes{
edges{
node{
label
}
}
}
id
label
}
}
}
}