Module: Static::GetAllWebhooks

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getAllWebhooks"
Query =
"  query getAllWebhooks($client: String!){\n  getAllWebhooks(client: $client){\n      _id\n      client\n      events{\n          name\n          label\n          description\n      }\n      url\n      isLastTimeSuccess\n      contentType\n      secret\n      enable\n  }\n}\n"