OBJECT

FailoverGroupHostEdge

Description

Wrapper around the FailoverGroupHost object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type FailoverGroupHostEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual FailoverGroupHost object wrapped by this edge.
  • node: FailoverGroupHost!
  • }