webhookAttemptsForEvent
Name | Description |
---|---|
String! | The identifier for the Event that generated the attempts. |
String | An opaque cursor to the earlier bounding webhook attempt.Resulting webhook attempts will succeed this cursor. |
String | An opaque cursor to the later bounding webhook attempt.Resulting webhook attempts will precede this cursor. |
WebhookAttemptsFilterInput | The additional WebhookAttempt -specific criteria to filter by. |
Int | The upper limit of webhook attempts to return from the start of the list.Defaults to 10 if neither first nor last are specified.
Excess webhook attempts will be trimmed from the end of the list.first and last cannot be specified in the same query. |
Int | The upper limit of webhook attempts to return from the end of the list.Excess webhook attempts will be trimmed from the start of the list. first and last cannot be specified in the same query. |
Name | Description |
---|---|
WebhookAttemptsConnection! | A page of webhook attempts. |