34. क्वेरी: चुना हुआ "Note" सभी "Comments" के साथ प्राप्त करें
query getNotes {
getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
uuid
fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
uuid
name
notes(noteUuids: ["53547188-f37c-4d65-9733-f7de4be28e5b"]) {
uuid
प्रकार
टिप्पणियाँ {
uuid
पाठ
निर्माण_तिथि
}
}
}
}
}Previous33. क्वेरी: "SoilDataset" से संबंधित "Notes" और प्रकार प्राप्त करेंNext35. म्यूटेशन: चुने हुए "Note" में "Comment" जोड़ें
Last updated
Was this helpful?