58. क्वेरी: "Comments" से जुड़े "Photos" प्राप्त करें

"Comments" से संबंधित सभी "Photos" प्राप्त करें।

query getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
  uuid
  fields{
   uuid
   name
   notes {
    uuid
    टिप्पणियाँ {
     uuid
     photos {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Last updated

Was this helpful?