getNote()

in src/graphql/queries.js [5:11]


  getNote(id: $id) {
    id
    title
    text
    createdAt
    updatedAt
  }