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