57. क्वेरी: चुने गए "Note" से जुड़े "Photos" प्राप्त करें
query getFarms {
getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
uuid
fields (fieldUuids: ["586a2ef2-03e4-4715-846c-07a2f0cb3016"]){
uuid
name
notes(noteUuids:["4a94da1c-f655-4f17-961a-4b0323e5129c"]) {
photos {
url
uuid
निर्माण_तिथि
}
}
}
}
}Last updated
Was this helpful?