Attempt to use GraphQL java library to build GraphQL server using spring boot
-
Updated
Sep 18, 2017 - Java
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Attempt to use GraphQL java library to build GraphQL server using spring boot
Example of a GraphQL service implemented in Ratpack
Server used to explore GraphQL API query language
Example of a exposing database data using GraphQL and Ratpack
Example of a GraphQL service implemented in Spring Boot
JPA Implementation of GraphQL (builds on graphql-java)
Table reservation service.
This is code used as demo for conference talk GraphQL vs Traditional REST API
My own implementation of a custom GraphQL Server in Java
GraphQL Server with Spring Boot
a starter for a graphql-java-annotations in spring
GraphQL server implementation with Spring Boot
A tool which manages all characters of Spongebob, written with a GraphQL approach rather than REST
Graphql template with spring boot and JPA for crud service