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