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