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

32. Fråga: Hämta "Notes" för "ZonesMap" efter typ

Hämta alla "Anteckningar" relaterade till den definierade "ZonKartan" och den angivna typen.

VIKTIGT: Attributet "comment" ÄR FÖRÅLDRAT, använd istället "comments".

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

Senast uppdaterad

Var detta till hjälp?