deleteNote()

in src/graphql/mutations.js [25:31]


  deleteNote(input: $input) {
    id
    title
    text
    createdAt
    updatedAt
  }