Hi All, Now i am see the following error while try...
# orm-help
r
Hi All, Now i am see the following error while trying to do a Prisma deploy using prisma 1.30.5 cli
Copy code
ERROR: Variable "$input" got invalid value {"workspaceSlug":null,"clusterName":"default","serviceName":"cxic-umbrella","stageName":"prod"}; Expected non-nullable type String! not to be null at value.workspaceSlug.

{
  "errors": [
    {
      "message": "Variable \"$input\" got invalid value {\"workspaceSlug\":null,\"clusterName\":\"default\",\"serviceName\":\"cxic-umbrella\",\"stageName\":\"prod\"}; Expected non-nullable type String! not to be null at value.workspaceSlug.",
      "locations": [
        {
          "line": 2,
          "column": 17
        }
      ],
      "code": 222
    }
  ],
  "status": 400
}