How to resolve recursive objects with the Apollo client’s cache read function
I have a tree like structure in my backend described by the following GraphQL schema. Since dynamic recursion is not possible each node just contains the numerical id of it’s parent but not the object itself.