INPUT_OBJECT
CreateMssqlLiveMountInput
Description
Input for creating a SQL Server Live Mount.
link GraphQL Schema definition
- input CreateMssqlLiveMountInput {
- # Required. Configuration for the Live Mount.
- : MountMssqlDbConfigInput!
- # Required. ID of the SQL Server database.
- : String!
- }