INPUT_OBJECT
UpdateSystemBackupDestinationMutationInput
The input object that defines the fields for the updateSystemBackupDestination mutation.
link GraphQL Schema definition
- input UpdateSystemBackupDestinationMutationInput {
- # Whether or not this is enabled.
- Boolean :
- # The base path to the directory that the file will be stored in.
- String :
- # The credentials used to authenticate against a system backup destination
- # provider.
- SystemBackupDestinationCredentialInput] : [
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `base_path` to null.
- Boolean :
- }