58. Query: Get "Photos" attached to "Comments"
query getFarms {
getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
uuid
fields{
uuid
name
notes {
uuid
comments {
uuid
photos {
uuid
url
}
}
}
}
}
}Previous57. Query: Get "Photos" attached to the selected "Note"Next59. Query: Get "AsAppliedDatasets"
Last updated
Was this helpful?