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