INPUT_OBJECT
MssqlDbFileExportPathInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MssqlDbFileExportPathInput {
- # Supported in v5.0+
- # New filename for the database file.
- String :
- # Supported in v5.0+
- # New logical name for the database file.
- String :
- # Required. Supported in v5.0+
- # The target path for the database file.
- String! :
- # Required. Supported in v5.0+
- # Logical name of the database file.
- String! :
- }