We all know that it is very hard to build that perfect endpoint that satisfies all clients needs. In this blog post it is explained how you can add GraphQL to your existing JAX-RS application, without too much effort.
#graphql #wildfly
https://www.javacodegeeks.com/2018/05/graphql-on-wildfly-swarm.html
#graphql #wildfly
https://www.javacodegeeks.com/2018/05/graphql-on-wildfly-swarm.html
Java Code Geeks
GraphQL on Wildfly swarm | Java Code Geeks - 2018
“GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing…