WebhooksConnection
Paginated list of webhooks.
type WebhooksConnection {
items: [Webhook!]!
nextToken: String
}
Fields
WebhooksConnection.items ● [Webhook!]! non-null object
Page of webhooks.
WebhooksConnection.nextToken ● String scalar
Token to fetch the next page; null when there are no more results.
Returned By
webhooks query