Too Long; Didn't Read
Apifi is a Java (8+) annotation processing framework which auto generates GraphQL APIs for JPA based data models. It spans the full API stack; from data access to client side consumption. In this article we’ll be demonstrating how to rapidly build a simple eCommerce Java GraphQL API using Apifi and Spring Boot. The eCommerce API needs to be able to allow a customer to sign up (i.e. create a new order, empty the shopping cart, calculate the subtotal, and remove the selected items from the inventory).