Skip to main content

EmailTemplateCountableConnection

No description

type EmailTemplateCountableConnection {
pageInfo: PageInfo!
edges: [EmailTemplateCountableEdge!]!
totalCount: Int
}

Fields

EmailTemplateCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

EmailTemplateCountableConnection.edges ● [EmailTemplateCountableEdge!]! non-null object

EmailTemplateCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

emailTemplates query

Was this page helpful?