DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / wikis / graphql / notes / delete_wiki_page_note.mutation.graphql
12345678
mutation deleteWikiPageNote($input: DestroyNoteInput!) { destroyNote(input: $input) { errors note { id } } }