WebhookConnection
The connection type for Webhook.
type WebhookConnection {
edges: [WebhookEdge]
nodes: [Webhook]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
WebhookConnection.edges ● [WebhookEdge] list object common
A list of edges.
WebhookConnection.nodes ● [Webhook] list object common
A list of nodes.
WebhookConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
WebhookConnection.totalCount ● Int! non-null scalar common
The total number of objects returned from the query.
WebhookConnection.totalPageCount ● Int! non-null scalar common
The total number of pages based on total page count and page size.
Returned by
webhooks query