INPUT_OBJECT

BrowseMssqlDatabaseSnapshotInput

Description

Input for browsing SQL Server database snapshots.

link GraphQL Schema definition

  • input BrowseMssqlDatabaseSnapshotInput {
  • # Required. Configuration for the browse request.
  • config: MssqlBackupSelectionInput!
  • # Required. ID of the Microsoft SQL database.
  • id: String!
  • }

link Require by