You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexandersch good catch, this is caused by the fact that GraphQL does not allow to have recursive objects, while Category Tree is recursive. A temporal fix was to substitute the reference to the children category with the object of type String. A better fix would be to allow just limited level of recursion.
Hi Vrann,
When executing a query on MagentoCatalogCategoryTree, I get the following error:
Are you planning on fixing this in the near future?
The text was updated successfully, but these errors were encountered: