INPUT_OBJECT

UpdateSystemBackupSettingsMutationInput

The input object that defines the fields for the updateSystemBackupSettings mutation.

link GraphQL Schema definition

  • input UpdateSystemBackupSettingsMutationInput {
  • # Whether or not to automatically perform a backup every day.
  • automatic_backups: Boolean
  • # Whether or not to automatically export backups to configured destinations every
  • # day.
  • automatic_exports: Boolean
  • # Whether or not to automatically delete an exported system backup on a
  • # destination configured by a client when pruning exports.
  • delete_exported_backups: Boolean
  • # The maximum number of backups allowed to exist at any given time.
  • maximum_backups: Int
  • # The maximum number of backup exports allowed to exist at any given time.
  • maximum_exports: Int
  • # The number of minutes to wait until a backup in progress is considered to have
  • # failed and is ready to be marked as such.
  • in_progress_backup_expire_minutes: Int
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by