OBJECT
WebhookEventEntityEdge
A Relay edge containing a WebhookEventEntity and its cursor.
link GraphQL Schema definition
- type WebhookEventEntityEdge {
- # The item at the end of the edge
- : WebhookEventEntity
- # A cursor for use in pagination
- : String!
- }