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