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