Module: Static::SendWebhookTest

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"SendWebhookTest"
Query =
<<-EOS
  mutation SendWebhookTest($id: String!){
  SendWebhookTest(id: $id)
}
EOS