@wei_lyu
+ as a operator cannot be used in a GrapqhQL query, especially for _path, since its data type is not String rather ID data type, hence String operations cannot be performed for _path/
For Requirement 1: You might have to change your solution approach, where in you can add a unique id to...