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