Is there a way to get complete GraphQL response without specifying the Response structure in the request.
i.e. If I need NodeC from path NodeA/NodeB/NodeC
then need to specific complete path in Request. So my question is if I want to access all node info without specifying any path then how to do that?
My service is POST-GraphQL based.