// 노트 찾기 { notes { title content } } // 노트 수정 mutation { editNote(id:1, title:"New title", content:"adsfjasdf" ) @client { id } }