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