11 lines
195 B
GraphQL
11 lines
195 B
GraphQL
mutation UpdateSnippet($input: UpdateSnippetInput!) {
|
|
updateSnippet(input: $input) {
|
|
errors
|
|
snippet {
|
|
webUrl
|
|
}
|
|
needsCaptchaResponse
|
|
captchaSiteKey
|
|
spamLogId
|
|
}
|
|
}
|