mutation UpdateSnippet($input: UpdateSnippetInput!) {
  updateSnippet(input: $input) {
    errors
    snippet {
      webUrl
    }
  }
}