GraphQL is a nice way to publish a highly customizable API. In combination with Spring Boot, which makes development really easy and offers features like database integration and security, you can quickly build your API service from scratch.

This is the second part of the series in which we will create a REST-Service based on Spring Boot which will be translated in a GraphQL Service in the 3rd part of this little series.

more...

Author:Andy Degenkolbe
Tags:SpringBoot, GraphQL, API, API Transformation, Spring Security
Categories:development

GraphQL is a nice way to publish a highly customizable API. In combination with Spring Boot, which makes development really easy and offers features like database integration and security, you can quickly build your API service from scratch.
This is the start of a series from articles showing you the way to a Spring Boot powered REST-Service with an API running Spring Boot and Graphql.

more...

Author:Andy Degenkolbe
Tags:SpringBoot, GraphQL, API, API Transformation
Categories:development