GitHunt
BB

bbakerman/awesome-graphql-java

awesome list of graphql-java related projects

Awesome graphql-java Awesome

Libraries and projectes related to graphql-java

Inspired by the awesome list thing.

Examples

Schema Libraries

Schema First

Code First

Execution Strategies

  • graphql-rxjava: An execution strategy that makes it easier to use rxjava's Observable

  • graphql-java-reactive: An execution strategy which is based on Reactive Streams. Project is evolving.

Exposing a Schema

  • graphql-java-servlet: Servlet that automatically exposes a schema dynamically built from GraphQL queries and mutations.

  • graphql-spring-boot: GraphQL and GraphiQL Spring Framework Boot Starters

  • graphql-jpa-spring-boot-starter: Spring Boot starter for GraphQL JPA; Expose JPA entities with GraphQL.

  • Light Java GraphQL: A lightweight, fast microservices framework with all other cross-cutting concerns addressed that is ready to plug in GraphQL schema.

  • Moqui GraphQL: An addon of Moqui framework to generate GraphQL Schema automatically.

Batch Loading

Scalars

License

CC0

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.

bbakerman/awesome-graphql-java | GitHunt