updateNote()

in src/graphql/mutations.js [15:21]


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