WebhooksConnection
No description
type WebhooksConnection {
items: [Webhook]!
nextToken: String
}
Fields
WebhooksConnection.items
● [Webhook]!
non-null object
List of the authorized users
WebhooksConnection.nextToken
● String
scalar
The string that you use in a subsequent request to get the next page of results in a paginated response.
Returned By
webhooks
query