OBJECT

CloudFilesConnection

Connection Type for CloudFile

link GraphQL Schema definition

  • type CloudFilesConnection {
  • # List of nodes
  • nodes: [CloudFile!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }