25. Mutation: Save "Note" attached to "Field"

Attach a "Note" to the "Field".

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

mutation SaveNoteAttachedToField {
  saveNote(input:{
    fieldUuid: "d31240db-98e6-4cb0-b0a8-97ffe00f5e0d",
    centroid: {
      latitude: 51.177747, 
      longitude:  -113.533613
    },
    type: PLANNED,
    comment: "The test note attached to Field"
  } ) {
    uuid
    fieldUuid
    centroid {
      latitude
      longitude
    }
    createdDate
    updatedDate
    type
    comment
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform