57. Query: Get "Photos" attached to the selected "Note"
Get all "Photos" related to the defined "Note".
query getFarms {
getFarms (farmUuids: ["89196056-61e5-4bce-b676-d488d611a829"]){
uuid
fields (fieldUuids: ["586a2ef2-03e4-4715-846c-07a2f0cb3016"]){
uuid
name
notes(noteUuids:["4a94da1c-f655-4f17-961a-4b0323e5129c"]) {
photos {
url
uuid
createdDate
}
}
}
}
}
It is mandatory to use the geopardApiKey
query parameter or Authorization header to render a "Photo" via URL.
Last updated
Was this helpful?