Skip to main content

webhookJobs

List webhook jobs.

webhookJobs(
filter: WebhookJobFilterInput
identifier: ID
sortBy: WebhookJobSortingInput
before: String
after: String
first: Int
last: Int
): WebhookJobCountableConnection!

Arguments

webhookJobs.filter ● WebhookJobFilterInput input

webhookJobs.identifier ● ID scalar

webhookJobs.sortBy ● WebhookJobSortingInput input

webhookJobs.before ● String scalar

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

webhookJobs.after ● String scalar

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

webhookJobs.first ● Int scalar

Returns the first n items from the list.

webhookJobs.last ● Int scalar

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

Type

WebhookJobCountableConnection object

A connection to a list of items.

Was this page helpful?