##Available queries
Associated query | Returns multiple results |
---|---|
Brand | |
Brands | ✔️ |
##Available fields
Label | Type | Notes | Null |
---|---|---|---|
id | integer | The brand's id | |
label | string | The brand's name |
#Example of a query
query{
Brands{
edges{
node{
id
label
}
}
}
}