QUERY
webhookSubscriptionsConnection
Cursor-paginated variant of webhookSubscriptions: list outbound-webhook subscriptions for the current workspace, newest first.
Arguments
- after String default: null
- Cursor for fetching the next page of results.
- first Int default: 20
- Number of subscriptions to return (page size).
Returns
A paginated connection of WebhookSubscription nodes. See Pagination for the connection shape.