Alexei Snisarenko
Results
2
issues of
Alexei Snisarenko
### Description For non-trivial workbook (10+ worksheets, multiple rows and formulas referencing cross worksheets + named expressions) it takes hyperformula about 30-35 seconds to build dependency graph. ### Steps to...
Bug
Verified
Performance
Impact: Medium
Example returns product price and weight as null when query productById(id: '123') at localhost:4000
5
QUERY: { productById(id: "123") { id name price weight } } RESPONSE: { "data": { "productById": { "id": "123", "name": "name from transformed service", "price": null, "weight": null } }...