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