webhookSubscriptions
Retrieves a list of all webhook subscriptions.
This query implements the GraphQL Cursor Connections Specification for paging query results with some limitations.
Limitations
- The
first
andafter
arguments must be used together. - The
last
andbefore
arguments must be used together. - If both
after
andbefore
are specified thenbefore
will be ignored.
webhookSubscriptions(
after: String
before: String
first: WebhookPaginationLimit! = 50
last: WebhookPaginationLimit! = 50
): WebhookSubscriptionConnection!