Skip to main content

EmailEventCountableConnection

No description

type EmailEventCountableConnection {
pageInfo: PageInfo!
edges: [EmailEventCountableEdge!]!
totalCount: Int
}

Fields

EmailEventCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

EmailEventCountableConnection.edges ● [EmailEventCountableEdge!]! non-null object

EmailEventCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

emailLogs query

Was this page helpful?