EventDeliveryAttemptCountableConnection
No description
type EventDeliveryAttemptCountableConnection {
pageInfo: PageInfo!
edges: [EventDeliveryAttemptCountableEdge!]!
totalCount: Int
}
Fields
EventDeliveryAttemptCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
EventDeliveryAttemptCountableConnection.edges ● [EventDeliveryAttemptCountableEdge!]! non-null object
EventDeliveryAttemptCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Member of
EventDelivery object
Was this page helpful?