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