Skip to content

email2vimalraj/awesome-graphql-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

Awesome graphql-java Awesome

Libraries and projectes related to graphql-java

Inspired by the awesome list thing.

Examples

Schema Libraries

Schema First

  • graphql-apigen: Generate Java APIs with GraphQL Schemas

  • graphql-java-tools: A schema-first tool for graphql-java inspired by graphql-tools for JS

  • rdbms-to-graphql: A Java CLI program that generates a GraphQL schema from a JDBC data source.

  • graphql-schema-from-introspection-generator: A Java CLI program that generates a GraphQL schema from Introspection Query result. Useful for migration from Code First.

  • graphql-braid: Schema stitching - combines GraphQL backends into one schema.

  • test-graphql-java: A simple library to help testing the GraphQL endpoint with schema files using any HTTP Client library.

Code First

  • graphql-java-type-generator: This library will autogenerate GraphQL types for usage in com.graphql-java:graphql-java

  • graphql-java-annotations: Annotations-based syntax for GraphQL schema definition.

  • spring-graphql-common: Spring Framework GraphQL Library

  • graphql-jpa: JPA Implementation of GraphQL (builds on graphql-java)

  • graphkool: GraphQl-java utilities in kotlin

  • schemagen-graphql: GraphQL-Java add-on that adds support for Schema Generation & Execution for enterprise level applications.

  • GraphQL-SPQR: Java 8+ API for rapid development of GraphQL services

  • graphql-emf: Support for EMF models and data

  • Rejoiner: Provides a uniform GraphQL schema on top of gRPC microservices by generating GraphQL types from Protobuf.

  • graphql-kotlin: Code-only GraphQL schema generation for Kotlin

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

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.

About

awesome list of graphql-java related projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published