OBJECT
CloudObjectTemplateEntityEdge
A Relay edge containing a CloudObjectTemplateEntity and its cursor.
link GraphQL Schema definition
- type CloudObjectTemplateEntityEdge {
- # The item at the end of the edge
- : CloudObjectTemplateEntity
- # A cursor for use in pagination
- : String!
- }