I have 5 rest APIs (java) with different endpoint URLs, and each of them has a different request, response format. Therefore, I combined them as one API with a common complex JSON request and response as the structure of a pair of key values.
Now T recently found about GraphQL and was interested to fit it in my requirement, I did an analysis on this and want to know how well I could fulfill some of my questions:
1) Can we implement a comprehensive service API service (post) in the GRAPHQL service? (while the search query received only for the simple get.Also method exists only for node / javascript)
2) is there any infrastructure for implementing a graphical language based on java?
source share