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