WebhookConnection
A paginated list of Webhook edges.
type WebhookConnection {
pageInfo: PageInfo!
edges: [WebhookEdge!]!
}
Fields
WebhookConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
WebhookConnection.edges
● [WebhookEdge!]!
non-null object
A list of Webhook edges.
Returned By
webhooks
query