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