EmailConnection
A connection to a list of items.
type EmailConnection {
edges: [EmailEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
EmailConnection.edges ● [EmailEdge] list object
A list of edges.
EmailConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
EmailConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
emails query