Skip to main content

WebhookEventLogCountableConnection

A connection to a list of items.

type WebhookEventLogCountableConnection {
pageInfo: PageInfo!
edges: [WebhookEventLogCountableEdge!]!
totalCount: Int!
}

Fields

WebhookEventLogCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection

WebhookEventLogCountableConnection.edges ● [WebhookEventLogCountableEdge!]! non-null object

Contains the nodes in this connection

WebhookEventLogCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

webhookEventLogs query

Was this page helpful?