debian-mirror-gitlab/app/assets/javascripts/snippets/mutations/update_snippet.mutation.graphql

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

10 lines
146 B
GraphQL
Raw Normal View History

2020-04-22 19:07:51 +05:30
mutation UpdateSnippet($input: UpdateSnippetInput!) {
updateSnippet(input: $input) {
errors
snippet {
2022-01-26 12:08:38 +05:30
id
2020-04-22 19:07:51 +05:30
webUrl
}
}
}