33. Query: Get "Notes" related to "SoilDataset" and type
Get all "Notes" related to the defined "SoilDataset" and the defined type.
IMPORTANT: The "comment" attribute is DEPRECATED, use "comments" instead of.
getFarms(farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]) {
uuid
fields(fieldUuids: ["586a2ef2-03e4-4715-846c-07a2f0cb3016"]) {
uuid
name
notes(soilDatasetUuid: "34162ba6-77b6-4d66-8935-b0941d60f7e1") {
uuid
updatedDate
type
}
}
}
}
Previous32. Query: Get "Notes" related to "ZonesMap" and typeNext34. Query: Get a selected "Note" with all "Comments"
Last updated
Was this helpful?