WebhookSubscriptionCursor
A cursor for enumerating a list of webhook subscriptions
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 WebhookSubscriptionCursor { results: [WebhookSubscription!]! cursor: Cursor}Fields
Section titled “Fields”WebhookSubscriptionCursor.results ● [WebhookSubscription!]!non-nullinterface {#results}
Section titled “WebhookSubscriptionCursor.results ● [WebhookSubscription!]! {#results}”WebhookSubscriptionCursor.cursor ● Cursorscalar {#cursor}
Section titled “WebhookSubscriptionCursor.cursor ● Cursor {#cursor}”Returned By
Section titled “Returned By”gitWebhooks query ● userWebhooks query