OBJECT
CassandraKeyspaceEdge
Description
Wrapper around the CassandraKeyspace object. This wrapper is used for pagination.
link GraphQL Schema definition
- type CassandraKeyspaceEdge {
- # String used to identify this edge.
- String! :
- # The actual CassandraKeyspace object wrapped by this edge.
- CassandraKeyspace! :
- }