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