Closed ishivanshgoel closed 2 years ago
There was an error left in #5 which I just noticed and now it is fixed.
In #5 schema fetched from db was directed passed into the method provided by SDK which was giving an error. Now, modified it to as below.
let { cordSchema } = schema; cordSchema = JSON.parse(cordSchema);
Result: Working as expected
Request:
Output:
There was an error left in #5 which I just noticed and now it is fixed.
In #5 schema fetched from db was directed passed into the method provided by SDK which was giving an error. Now, modified it to as below.
Result: Working as expected
Request:
Output: