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.
  • enabled: Boolean
  • # The base path to the directory that the file will be stored in.
  • base_path: String
  • # The credentials used to authenticate against a system backup destination
  • # provider.
  • system_backup_destination_credentials: [SystemBackupDestinationCredentialInput]
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `base_path` to null.
  • unset_base_path: Boolean
  • }

link Require by