WebhookRequestFilterInputWebhookRequest-specific extensions on top of the standard pagination arguments before, after, first and last.| Name | Description |
|---|---|
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. |
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. |
[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. |
| Parent name | Parent type | Description |
|---|---|---|
| WebhookSubscription | Object | webhookRequests.filter argument |
| webhookRequestsForSubscription | Query | filter argument |