GraphQL is a modern approach to APIs that simplifies integration. This is an introduction to what GraphQL is, and we build a simple GraphQL service with the help of Vert.X.
What you’ll need to follow along
This introduction will barely scratch the surface of the potential and power that GraphQL together with Vert.X offers. Understanding of programming and the REST protocol is assumed.
Make sure to have the following installed:
- JDK 8+
- Maven
- IDE
Source code for ... [continue reading]