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