29. Mutation: Delete "Note"

Delete the selected "Note".

  • The "Note" created by the user can be deleted.

mutation DeleteNote {
  deleteNote(input:{
    uuid: "<placeholder_of_note_uuid>",
    fieldUuid: "<placeholder_of_field_uuid>"
  } ) {
    uuid
    fieldUuid
    createdDate
    updatedDate
    type
  }
}

Last updated

Powered by GeoPard Agriculture - Automated precisionAg platform