TemplateEdge
An edge that contains a node of type Template and a cursor.
type TemplateEdge {
node: Template!
cursor: String!
}
Fields
TemplateEdge.node
● Template!
non-null object
The Template node.
TemplateEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
TemplateConnection
object