emailTemplates
List of email templates.
emailTemplates(
filter: EmailTemplateFilterInput
sortBy: EmailTemplateSortingInput
before: String
after: String
first: Int
last: Int
): EmailTemplateCountableConnection
Arguments
emailTemplates.filter ● EmailTemplateFilterInput input
Filtering options for email templates.
emailTemplates.sortBy ● EmailTemplateSortingInput input
Sort email templates.
emailTemplates.before ● String scalar
Return the elements in the list that come before the specified cursor.
emailTemplates.after ● String scalar
Return the elements in the list that come after the specified cursor.
emailTemplates.first ● Int scalar
Return the first n elements from the list.
emailTemplates.last ● Int scalar
Return the last n elements from the list.