OBJECT

CloudObjectFolderEntityEdge

A Relay edge containing a CloudObjectFolderEntity and its cursor.

link GraphQL Schema definition

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