Skip to main content

emailTemplates

List all email templates.

emailTemplates(
filter: EmailTemplateFilterInput
sortBy: EmailTemplateSortingInput
before: String
after: String
first: Int
last: Int
): EmailTemplateCountableConnection!

Arguments

emailTemplates.filter ● EmailTemplateFilterInput input

emailTemplates.sortBy ● EmailTemplateSortingInput input

emailTemplates.before ● String scalar

Returns the items in the list that come before the specified cursor.

emailTemplates.after ● String scalar

Returns the items in the list that come after the specified cursor.

emailTemplates.first ● Int scalar

Returns the first n items from the list.

emailTemplates.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

EmailTemplateCountableConnection object

A connection to a list of items.

Was this page helpful?