Module: Static::GetAllWebhooks

Defined in:
lib/static.rb

Constant Summary collapse

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