INPUT_OBJECT
MssqlScriptDetailInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input MssqlScriptDetailInput {
- # Required. Supported in v5.0+
- # Action to take if the script returns an error or times out.
- ScriptErrorAction! :
- # Required. Supported in v5.0+
- # The script to be run.
- String! :
- # Required. Supported in v5.0+
- # Time (in ms) after which the script will be terminated if it has not completed.
- Long! :
- }