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