EventDeliveryCountableConnection
No description
type EventDeliveryCountableConnection {
pageInfo: PageInfo!
edges: [EventDeliveryCountableEdge!]!
totalCount: Int
}
Fields
EventDeliveryCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
EventDeliveryCountableConnection.edges
● [EventDeliveryCountableEdge!]!
non-null object miscellaneous
EventDeliveryCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Member Of
Webhook
object