Skip to main content

EmailEventCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

EmailEventCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

emailLogs query

Was this page helpful?