OBJECT

CassandraColumnFamilyEdge

Description

Wrapper around the CassandraColumnFamily object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type CassandraColumnFamilyEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual CassandraColumnFamily object wrapped by this edge.
  • node: CassandraColumnFamily!
  • }