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