Skip to main content

PaginatedWebhooks

A pagination for webhooks

type PaginatedWebhooks implements PaginationResult {
records: [Webhook!]!
total: Int!
}

Fields

PaginatedWebhooks.records ● [Webhook!]! non-null object webhook

A list of paginated webhooks

PaginatedWebhooks.total ● Int! non-null scalar common

Total number of webhooks

Interfaces

PaginationResult interface common

An interface to implement for specific types

Returned by

webhooks query