mutation CreateSnippet($input: CreateSnippetInput!) {
  createSnippet(input: $input) {
    errors
    snippet {
      webUrl
    }
    needsCaptchaResponse
    captchaSiteKey
  }
}