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.
  • cursor: String!
  • # The actual HostFailoverClusterDescendantType object wrapped by this edge.
  • node: HostFailoverClusterDescendantType!
  • }