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