Hi,
There is something to note:
1. In nornal request, you will get the Bundle resource with Entry filled with designed resource; but with FHIR-Path Interceptor, you will get Parameter resource instead.
2. You use FHIR-Path where you want to get a piece of information you wanted (not a whole resource) for network usage. And i do not think it have anything to do with complex queries. You can do other ways for complex queries.
3. Sorry for misunderstanding, i checked again with FHIR Spec for GraphQL using (
here) , and i do not see any build-in interceptor is good for this. Guess you are right! We have to implement a custome one for GraphQL.
PhongNH,