gitlab-org--gitlab-foss/app/assets/javascripts/snippets/mutations/delete_snippet.mutation.gra...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
98 B
GraphQL
Raw Normal View History

mutation DeleteSnippet($id: SnippetID!) {
destroySnippet(input: { id: $id }) {
errors
}
}