WebhookDeliveryCursor
A cursor for enumerating a list of webhook deliveries
If there are additional results available, the cursor object may be passed back into the same endpoint to retrieve another page. If the cursor is null, there are no remaining results to return.
type WebhookDeliveryCursor { results: [WebhookDelivery!]! cursor: Cursor}Fields
Section titled “Fields”WebhookDeliveryCursor.results ● [WebhookDelivery!]!non-nullobject {#results}
Section titled “WebhookDeliveryCursor.results ● [WebhookDelivery!]! {#results}”WebhookDeliveryCursor.cursor ● Cursorscalar {#cursor}
Section titled “WebhookDeliveryCursor.cursor ● Cursor {#cursor}”Member Of
Section titled “Member Of”GitWebhookSubscription object ● UserWebhookSubscription object ● WebhookSubscription interface