Skip to main content

webhookJobs

List of webhook jobs (legacy system - use shopifyWebhookTransactions for Shopify)

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

Arguments

webhookJobs.filter ● WebhookJobFilterInput input

Filtering options for webhook jobs

webhookJobs.sortBy ● WebhookJobSortingInput input

Sort webhook jobs

webhookJobs.identifier ● ID scalar

Seller global id to filter by

webhookJobs.before ● String scalar

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

webhookJobs.after ● String scalar

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

webhookJobs.first ● Int scalar

Return the first n elements from the list.

webhookJobs.last ● Int scalar

Return the last n elements from the list.

Type

WebhookJobCountableConnection object

Was this page helpful?