INPUT_OBJECT
ReplicationSpecInput
Description
Replication specification.
link GraphQL Schema definition
- input ReplicationSpecInput {
- # Type of replication.
- : ReplicationType
- # Specific replication specification for the type.
- : SpecificReplicationSpecInput
- }