Skip to main content
Version: 3.x

EventDeliveryCountableConnection

No description

type EventDeliveryCountableConnection {
pageInfo: PageInfo!
edges: [EventDeliveryCountableEdge!]!
totalCount: Int
}

Fields

EventDeliveryCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

EventDeliveryCountableConnection.edges ● [EventDeliveryCountableEdge!]! non-null object

EventDeliveryCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Member of

Webhook object


Was this page helpful?