nextGenEmails
No description
nextGenEmails(
first: Int = 10
includeDrafts: Boolean
orderBy: [QueryNextGenEmailsOrderByOrderByClause!]
page: Int = 1
salesEnabled: Boolean
sendable: Boolean
where: QueryNextGenEmailsWhereWhereConditions
): NextGenEmailsResponse!
Arguments
nextGenEmails.first ● Int scalar
nextGenEmails.includeDrafts ● Boolean scalar
Also return complete emails that are still drafts, matching against an
email's latest revision rather than its published one. Only meaningful
alongside sendable: true.


