From the course: Quarkus Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Quarkus GraphQL

Quarkus GraphQL

- Now it's time to start implementing GraphQL within our Quarkus application. Before we begin, be sure to grab the latest exercise files. I have abstracted some functionality from our endpoints that we created in the last chapter into services so we can reuse the functionality. In the service package, I created three services to abstract the functionality and transactions. Take a moment here and look through this code and make sure you understand what I have done. This is a very common abstraction pattern. (upbeat music) So now that you've taken a look at those I'm going to focus specifically on the ServiceService, which I know is horribly named but this is what we are going to use as a base to build our GraphQL implementation. So let's get started. First thing I want you to do is to jump over to the pom file and we're going to add a new dependency. The dependency that we are going to add is specifically quarkus…

Contents