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