WebhookRequestFilterInput
Input object

The criteria to filter webhook requests by.These are WebhookRequest-specific extensions on top of the standard pagination arguments before, after, first and last.

Fields

Name
Description
afterDateTime 
DateTime
The creation date & time that resulting webhook requests must succeed.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookRequestsConnection.
beforeDateTime 
DateTime
The creation date & time that resulting webhook requests must precede.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookRequestsConnection.
descriptionCodes 
[String!]
The high-level HTTP result of the webhook requests to retrieve.See the WebhookRequest.descriptionCode documentation for a list of possible description codes.If this is not provided then all requests will be returned regardless of their result.

Seen in

Parent name
Parent type
Description
Object
webhookRequests.filter argument
Query
filter argument