WebhookPaginator
A paginated list of Webhook items.
type WebhookPaginator {
paginatorInfo: PaginatorInfo!
data: [Webhook!]!
}
Fields
WebhookPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
WebhookPaginator.data ● [Webhook!]! non-null object
A list of Webhook items.
Returned By
webhooks query