58. Query: "Photos" abrufen, die an "Comments" angehängt sind

Hole alle „Fotos“, die mit „Kommentaren“ verknüpft sind.

Abfrage getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
  uuid
  Felder{
   uuid
   name
   notes {
    uuid
    Kommentare {
     uuid
     fotos {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Zuletzt aktualisiert

War das hilfreich?