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.
- String! :
- # The actual CassandraColumnFamily object wrapped by this edge.
- CassandraColumnFamily! :
- }