32. Poizvedba: pridobi "Notes" povezane z "ZonesMap" in tip

Pridobi vse "Opombe" povezane z določenim "ZemljevidomZon" in določenim tipom.

POMEMBNO: atribut "comment" JE ZASTAREL, namesto njega uporabljajte "comments".

poizvedba GetAllFieldNotes {
  getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
    uuid
    fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
      uuid
      ime
      opombe(vectorAnalysisMapUuid: "983095c1-8d31-4cc0-9143-502c35df358d", tip: NAČRTOVANO) {
        uuid
        updatedDate
        vrsta
      }
    }
  }
}

Last updated

Was this helpful?