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

32. Interogare: Obține „notele” asociate cu „harta zonelor” și tipul

Obține toate „Notițele” legate de „HartaDeZone” definită și de tipul definit.

IMPORTANT: Atributul „comment” ESTE DEPRECATED, folosiți în schimb „comments”.

interogare GetAllFieldNotes {
  getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
    uuid
    fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
      uuid
      nume
      note(vectorAnalysisMapUuid: "983095c1-8d31-4cc0-9143-502c35df358d", tip: PLANIFICAT) {
        uuid
        updatedDate
        tip
      }
    }
  }
}

Ultima actualizare

A fost util?