DEV

Query.

webhook

Returns a Webhook resource by ID.

Arguments

id

ID!

Required

No description

Returns:

Webhook

GraphQL
1
2
3
type Query {
  webhook(id: ID!): Webhook
}

Was this page helpful?