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

12 lines
195 B
GraphQL
Raw Normal View History

2020-04-22 19:07:51 +05:30
mutation UpdateSnippet($input: UpdateSnippetInput!) {
updateSnippet(input: $input) {
errors
snippet {
webUrl
}
2021-03-11 19:13:27 +05:30
needsCaptchaResponse
captchaSiteKey
spamLogId
2020-04-22 19:07:51 +05:30
}
}