INPUT_OBJECT

CreateMssqlLiveMountInput

Description

Input for creating a SQL Server Live Mount.

link GraphQL Schema definition

  • input CreateMssqlLiveMountInput {
  • # Required. Configuration for the Live Mount.
  • config: MountMssqlDbConfigInput!
  • # Required. ID of the SQL Server database.
  • id: String!
  • }

link Require by