Supplier tags

##Available queries

Associated queryReturns multiple results
SupplierTag
SupplierTags✔️

##Available fields

LabelTypeNotesNull
idintegerThe supplier tags's id
labelstringThe supplier tag's label

##Example of a query

query{
  SupplierTags{
    edges{
      node{
        id
        label
      }
    }
  }
}