OBJECT

EmailTemplateEntityEdge

A Relay edge containing a EmailTemplateEntity and its cursor.

link GraphQL Schema definition

  • type EmailTemplateEntityEdge {
  • # The item at the end of the edge
  • node: EmailTemplateEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }