Closed easingthemes closed 1 year ago
If nested object is passed as a variable, in PersistedQuery it's converted to [Object]. https://github.com/adobe/aem-headless-client-js/blob/main/src/index.js#L107
[Object]
Nested object can be sent as a variable in persisted query
If nested object is passed as a variable, in PersistedQuery it's converted to
[Object]
. https://github.com/adobe/aem-headless-client-js/blob/main/src/index.js#L107Expected Behaviour
Nested object can be sent as a variable in persisted query
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem