INPUT_OBJECT

CreateSystemBackupDestinationMutationInput

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

link GraphQL Schema definition

  • input CreateSystemBackupDestinationMutationInput {
  • # The service that a system backup will be exported to.
  • provider: SystemBackupDestinationProvider!
  • # 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
  • }

link Require by