mutation DeleteSnippet($id: SnippetID!) {
  destroySnippet(input: { id: $id }) {
    errors
  }
}