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