Skip to main content

WebhookEventLogCountableConnection

No description

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

WebhookEventLogCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

webhookEventLogs query

Was this page helpful?