58. Forespørgsel: Hent "Photos" knyttet til "Comments"

Hent alle "Fotos" relateret til "Kommentarer".

forespørgsel getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
  uuid
  felter{
   uuid
   navn
   notes {
    uuid
    kommentarer {
     uuid
     fotos {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Last updated

Was this helpful?