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