Relative Content

Tag Archive for javaspring-bootgraphqlgraphql-spqr

Modyfy response from Graphql SPQR so it contains modified error message and warning

I have a project where I try to map REST api to GraphQL. I have implemented Camel to connect to vide veriaty of microservices via rest, based on graphql query (so basicly my project functions like translator – request comes via graphql and is passed to rest service). I’m using spring-boot, graphql-spqr-spring-boot-starter (0.0.7) and spring-camel (3.14) for that.
I’m connecting 2 worlds with Service as follows: