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

58. Fråga: Hämta foton som är bifogade till kommentarer

Hämta alla "Foton" relaterade till "Kommentarer".

query getFarms {
 getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]) {
  uuid
  fields {
   uuid
   namn
   notes {
    uuid
    kommentarer {
     uuid
     photos {
      uuid
      url
     }
    }
   }  
  }
 }
}

Senast uppdaterad

Var detta till hjälp?