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