Technical requirements
You need the following for developing and testing the GraphQL-based service code presented in this chapter:
- Any Java IDE such as NetBeans, IntelliJ, or Eclipse
- Java Development Kit (JDK) 15
- An internet connection to clone the code and download the dependencies and Gradle (version 7+)
So, let's begin!
Please visit the following link to check the code files: https://github.com/PacktPublishing/Modern-API-Development-with-Spring-and-Spring-Boot/tree/main/Chapter14