EmailsConnection
A connection to a list of Email values.
type EmailsConnection {
nodes: [Email!]!
edges: [EmailsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
EmailsConnection.nodes ● [Email!]! non-null object
A list of Email objects.
EmailsConnection.edges ● [EmailsEdge!]! non-null object
A list of edges which contains the Email and cursor to aid in pagination.
EmailsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
EmailsConnection.totalCount ● Int! non-null scalar
The count of *all* Email you could get from the connection.
Returned By
emailsConnection query