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

33. Spørring: Hent "Notes" knyttet til "SoilDataset" og type

Hent alle "Notater" knyttet til den definerte "JordDatasett" og den definerte typen.

VIKTIG: Attributtet "comment" ER UTFASSET, bruk "comments" i stedet.

  getFarms(farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]) {
    uuid
    fields(fieldUuids: ["586a2ef2-03e4-4715-846c-07a2f0cb3016"]) {
      uuid
      navn
      notes(soilDatasetUuid: "34162ba6-77b6-4d66-8935-b0941d60f7e1") {
        uuid
        updatedDate
        type
      }
    }
  }
}

Sist oppdatert

Var dette nyttig?