26. Mutation: Save "Note" attached to "ZonesMap"

Attach a "Note" to the defined "ZonesMap" of the "Field".

  • Add the uuid attribute into the input to update the "Note".

mutation SaveNoteAttachedToZonesMap {
  saveNote(input:{
    fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
    centroid: {
      latitude: 51.177747, 
      longitude:  -113.533613
    },
    type: REAL,
    comment: "The test note attached to ZonesMap",
    vectorAnalysisMapUuid: "983095c1-8d31-4cc0-9143-502c35df358d"
  } ) {
    uuid
    fieldUuid
    centroid {
      latitude
      longitude
    }
    createdDate
    updatedDate
    type
    comment
    vectorAnalysisMap {
     	uuid
     	fieldUuid
    }
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform