OBJECT

WebhooksConnection

The connection type for Webhook.

link GraphQL Schema definition

  • type WebhooksConnection {
  • # A list of edges.
  • edges: [WebhooksEdge]
  • # A list of nodes.
  • nodes: [Webhook]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }