object WebhookConnection

Fields

FieldTypeDescription
pageInfoPageInfo!

Pagination data for this connection.

edges[WebhookEdge]!

Contains the nodes in this connection.

Referenced By

Example

{
  "pageInfo": PageInfo,
  "edges": WebhookEdge
}