Available queries

Associated queryReturns multiple results
Option
Options✔️

Available fields

LabelTypeNotesNull
attributesAttributesThe attributes linked to this option
idintegerThe id of this option
labelstringThe label of this option

Example of a query

query{
  Options{
    edges{
      node{
        attributes{
          edges{
            node{
              label
            }
          }
        }
        id
        label
      }
    }
  }
}