
* Add media and stock flag * Add UI for updating the queries * Add update info to changelog
8 lines
111 B
GraphQL
8 lines
111 B
GraphQL
mutation RemoveWebhook($id: ID!) {
|
|
webhookDelete(id: $id){
|
|
errors{
|
|
field
|
|
message
|
|
}
|
|
}
|
|
}
|