OBJECT

WebhookEntityConnection

link GraphQL Schema definition

  • type WebhookEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [WebhookEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }