31. क्वेरी: "Field" से संबंधित सभी "Notes" प्राप्त करें
query GetAllFieldNotes {
getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
uuid
fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
uuid
name
notes {
uuid
centroid {
latitude
longitude
}
निर्माण_तिथि
updatedDate
प्रकार
comment #DEPRECATED
vectorAnalysisMap {
uuid
fieldUuid
}
}
}
}
}
Previous30. म्यूटेशन: कई "Notes" हटाएँNext32. क्वेरी: "ZonesMap" से संबंधित "Notes" और प्रकार प्राप्त करें
Last updated
Was this helpful?