core
core copied to clipboard
fix: nullabe arrays of decoded ids were retrieved as [null]
Description
There is an Apiato bug that prevented arrays of decoded ids to be nullable, due to the HashIdTrait processField() method working over null data. This PR fixes that.