WebhookAttemptsFilterInput
Input object

The criteria to filter webhook attempts by.These are WebhookAttempt-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 attempts must succeed.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookAttemptsConnection.
beforeDateTime 
DateTime
The creation date & time that resulting webhook attempts must precede.This can be used to initiate the retrieval of paginated results. Subsequent queries should use the opaque cursors returned from WebhookAttemptsConnection.
descriptionCodes 
[String!]
The high-level HTTP result of the webhook attempts to retrieve.See the WebhookRequest.descriptionCode documentation for a list of possible description codes.If this is not provided then all attempts will be returned regardless of their result.

Seen in

Parent name
Parent type
Description
Interface
webhookAttempts.filter argument
Object
webhookAttempts.filter argument
Object
webhookAttempts.filter argument
Object
webhookAttempts.filter argument
Object
webhookAttempts.filter argument
Object
webhookAttempts.filter argument
Object
webhookAttempts.filter argument
Query
filter argument