Skip to main content

webhooks

No description

webhooks(
after: String
before: String
filter: WebhookFilterInput
first: Int
last: Int
): WebhookConnection!

Arguments

webhooks.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

webhooks.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

webhooks.filter ● WebhookFilterInput input common

Optional filter to narrow the list of webhooks.

webhooks.first ● Int scalar common

Returns the first n elements from the list.

webhooks.last ● Int scalar common

Returns the last n elements from the list.

Type

WebhookConnection object common

The connection type for Webhook.