31. Query: Get all "Notes" related to "Field"

Get all "Notes" related to the defined "Field".

IMPORTANT: The "comment" attribute is DEPRECATED, use "comments" instead of.

query GetAllFieldNotes {
  getFarms(farmUuids: ["d2bf8ef5-cde0-4500-b931-2edd0fb40781"]) {
    uuid
    fields(fieldUuids: ["d31240db-98e6-4cb0-b0a8-97ffe00f5e0d"]) {
      uuid
      name
      notes {
        uuid
        centroid {
          latitude
          longitude
        }
        createdDate
        updatedDate
        type
        comment #DEPRECATED
        vectorAnalysisMap {
          uuid
          fieldUuid
        }
      }
    }
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform