INPUT_OBJECT

ExportPathPairInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input ExportPathPairInput {
  • # Required. Supported in v5.0+
  • # v5.0-v7.0: Destination path of export files.
  • # v8.0+: Destination path where files will be exported.
  • dstPath: String!
  • # Required. Supported in v5.0+
  • # v5.0-v7.0: Original file path.
  • # v8.0+: Path of the original file to be exported.
  • srcPath: String!
  • }