Magidoc

webhookRequests
Query

A list of WebhookRequests.

Arguments

#

after

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

afterIndex

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

before

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

beforeIndex

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

createdAt

The creation date of the Webhook Request.

first

Returns the first n elements from the list.

fullText

A full-text search query for Webhook Requests.

last

Returns the last n elements from the list.

orderBy

The field to order the Webhook Requests by.

success

Whether the Webhook Request was successful.

webhookSubscriptionId

The ID of the Webhook Subscription associated with the request.

Response

#

Returns QueryWebhookRequestConnection .

Example

#

3