Get a webhook

Get a subscription webhook

Use this webhook query to get information about a specific webhook.

Example query

query {
  node(id: "MDc6V2ViaG9vazEzMA") {
    ... on Webhook {
        id
        url
        events
        disabledAt
      } 
   }
}