58. Query: Get "Photos" attached to "Comments"

Get all "Photos" related to "Comments".

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

It is mandatory to use the geopardApiKey query parameter or Authorization header to render a "Photo" via URL.

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform