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