For the complete documentation index, see llms.txt. This page is also available as Markdown.

40. Query: Ottieni "Labels" a livello di account

Ottieni tutte le "Etichette" per l'"Utente".

query OttieniEtichette {
  getLabels {
    nome
    value
  }
}

Ultimo aggiornamento

È stato utile?