codegen-assets icon indicating copy to clipboard operation
codegen-assets copied to clipboard

if an action returns a list of objects, codegen still returns an object

Open wawhal opened this issue 4 years ago • 5 comments

These are the bunch of cases where codegen does incorrect things:

  1. If the derived action returns an object but the parent operation returns a list, it causes runtime error.
  2. If an action returns a list, codegen still returns just an object

wawhal avatar Apr 15 '20 09:04 wawhal