webhookRequestsForSubscription
Name | Description |
---|---|
String! | The identifier for the WebhookSubscription that generated the requests. |
String | An opaque cursor to the earlier bounding webhook request.Resulting webhook requests will succeed this cursor. |
String | An opaque cursor to the later bounding webhook request.Resulting webhook requests will precede this cursor. |
WebhookRequestFilterInput | The additional WebhookRequest -specific criteria to filter by. |
Int | The upper limit of webhook requests to return from the start of the list.Defaults to 10 if neither first nor last are specified.
Excess webhook requests 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 requests to return from the end of the list.Excess webhook requests will be trimmed from the start of the list. first and last cannot be specified in the same query. |
Name | Description |
---|---|
WebhookRequestsConnection! | A page of webhook requests. |