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