INPUT_OBJECT

OldRestorePathPairInput

Description

Input for restore path pair.

link GraphQL Schema definition

  • input OldRestorePathPairInput {
  • # Path to be restored from source.
  • path: String
  • # The restore path.
  • restorePath: String
  • }