Module: Static::DeleteClientWebhook
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"deleteClientWebhook"
- Query =
<<-EOS mutation deleteClientWebhook($id: String!){ deleteClientWebhook(id: $id){ _id client events{ name label description } url isLastTimeSuccess contentType secret enable } } EOS