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