OBJECT
WebhooksConnection
The connection type for Webhook.
link GraphQL Schema definition
- type WebhooksConnection {
- # A list of edges.
- WebhooksEdge] : [
- # A list of nodes.
- Webhook] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }