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