INPUT_OBJECT

ClusterUuidWithMssqlObjectIdInput

Description

Contains the cluster UUID and a Microsoft SQL object ID.

link GraphQL Schema definition

  • input ClusterUuidWithMssqlObjectIdInput {
  • # Specifies the UUID used to identify the cluster that the request goes to.
  • clusterUuid: UUID!
  • # ID of a Microsoft SQL object.
  • mssqlObjectId: String
  • }

link Require by