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