EmailTemplateCountableConnection
A connection to a list of items.
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
Contains the nodes in this connection
EmailTemplateCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
emailTemplates query