OBJECT

DataCloudsConnection

Connection Type for DataCloud

link GraphQL Schema definition

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