58. Query: Získat "Photos" připojené ke "Comments"

Získejte všechny "Fotografie" související s "Komentáři".

dotaz getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
  uuid
  pole{
   uuid
   název
   poznámky {
    uuid
    komentáře {
     uuid
     fotografie {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Last updated

Was this helpful?