58. Fråga: Hämta "Photos" kopplade till "Comments"

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
     }
    }
   }  
  }
 }
}
triangle-exclamation

Last updated

Was this helpful?