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
  • node: WebhookEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }