americanas-tech / restQL-golang

Microservice query language and platform
http://restql.b2w.io/
MIT License
17 stars 8 forks source link

fix: select all filter not propagated for nested objects/lists #71

Closed dubonzi closed 1 year ago

dubonzi commented 1 year ago

The select all filter (*) was not being propagated while applying filters, which made it so all other fields of the object were being removed leaving only the ones filtered by other filters.