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