INPUT_OBJECT

MssqlDbUpdateIdInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input MssqlDbUpdateIdInput {
  • # Required. Supported in v5.0+
  • # ID of the Microsoft SQL database.
  • databaseId: String!
  • # Required. Supported in v5.0+
  • updateProperties: MssqlDbUpdateInput!
  • }