58. Query: Ottieni "Photos" allegate ai "Comments"

Recupera tutte le "Foto" relative ai "Commenti".

query getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
  uuid
  campi{
   uuid
   nome
   notes {
    uuid
    commenti {
     uuid
     foto {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Ultimo aggiornamento

È stato utile?