5 lines
91 B
GraphQL
5 lines
91 B
GraphQL
mutation DeleteSnippet($id: ID!) {
|
|
destroySnippet(input: { id: $id }) {
|
|
errors
|
|
}
|
|
}
|