ThirdPartyEmailSendPaginator
A paginated list of ThirdPartyEmailSend items.
type ThirdPartyEmailSendPaginator {
data: [ThirdPartyEmailSend!]!
paginatorInfo: PaginatorInfo!
}
Fields
ThirdPartyEmailSendPaginator.data
● [ThirdPartyEmailSend!]!
non-null object
A list of ThirdPartyEmailSend items.
ThirdPartyEmailSendPaginator.paginatorInfo
● PaginatorInfo!
non-null object
Pagination information about the list of items.
Returned By
thirdPartyEmailSends
query