OBJECT
Wrapper around the Webhook object. This wrapper is used for pagination.
type WebhookEdge {# String used to identify this edge.cursor: String! # The actual Webhook object wrapped by this edge.node: Webhook! }