31. Query: Ottieni tutte le "Note" collegate a "Field"
Recupera tutte le "Note" relative al "Campo" definito.
IMPORTANTE: L'attributo "comment" è DEPRECATO, utilizzare invece "comments".
query GetAllFieldNotes {
getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
uuid
fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
uuid
nome
notes {
uuid
centroid {
latitude
longitude
}
dataCreazione
updatedDate
tipo
comment #DEPRECATO
vectorAnalysisMap {
uuid
fieldUuid
}
}
}
}
}
Precedente30. Mutazione: Elimina più "Note"
Successivo32. Query: Ottieni "Note" collegate a "ZonesMap" e tipo
Ultimo aggiornamento
È stato utile?