58. Poizvedba: pridobi "Photos" pripete k "Comments"

Pridobite vse "Fotografije" povezane z "Komentarji".

poizvedba getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]) {
  uuid
  polja{
   uuid
   ime
   opombe {
    uuid
    komentarji {
     uuid
     fotografije {
      uuid
      url
     }
    }
   }  
  }
 }
}
triangle-exclamation

Last updated

Was this helpful?