For the complete documentation index, see llms.txt. This page is also available as Markdown.

58. Poizvedba: pridobi "Photos", pripete na "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
     }
    }
   }  
  }
 }
}

Nazadnje posodobljeno

Je bilo to koristno?