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