From the course: Spring with GraphQL

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Next steps

Next steps

- [Frank Moley] So we've come to the end of this course. But I want to take a moment to talk about what you can do next to expand on the knowledge that you've gained from this course specifically. Let's start off with a quick review. So we've learned a little bit about GraphQL and we've implemented a simple schema for GraphQL, using Spring Boot as the runtime. We leveraged JPA to pull data. Now, this is a very important thing I want to talk about because your data source may not always be a database. It could be a REST service. It could be many other things, including a GraphQL service, if you wanted to do some sort of a translation. So, there are many different ways to execute data fetches that then are exposed via GraphQL. An important note about that GraphQL. There is a GraphQL client contained within Java GraphQL. It's not something I talked about because it's not very common that you would translate from one GraphQL to…

Contents