58. Query : obtenir les « Photos » attachées aux « Comments »

Obtenir toutes les "Photos" liées aux "Commentaires".

requête getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
  uuid
  champs{
   uuid
   nom
   notes {
    uuid
    commentaires {
     uuid
     photos {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Mis à jour

Ce contenu vous a-t-il été utile ?