Awesome Graphql Java Save

awesome list of graphql-java related projects

Project README

Awesome graphql-java Awesome

Libraries and projects related to graphql-java

Inspired by the awesome list thing.

Official Spring integration

Examples

Schema Libraries

Schema First

  • GraphQL Java Generator is available as a Maven plugin and a Gradle plugin. It has two modes :

    • The Client mode generates the Java classes that contains methods to call the GraphQL endpoint , and the POJO that will contain the data returned by the server.

    • The Server mode generates the boilerplate code for graphql-java. It's an accelerator that makes it easier to use graphql-java. You'll only have to implement what's specific to your server, which are the joins between the GraphQL types.

  • graphql-apigen: Generate Java APIs with GraphQL Schemas

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

  • graphql-java-codegen-maven-plugin: Maven plugin for generating JVM languages(Such as Scala,Kotlin,Java) types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools.

  • graphql-java-codegen-gradle-plugin: Gradle plugin for generating JVM languages(Such as Scala,Kotlin,Java) types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools.

  • graphql-java-codegen-sbt-plugin: SBT plugin for generating JVM languages(Such as Scala,Kotlin,Java) types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools.

  • 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.

  • lilo: Lilo is a super fast GraphQL stitching library.

  • graphql-orchestrator-java GraphQL Orchestrator/Gateway library that supports Schema Stitching and Apollo Federation directives to combine schema from multiple GraphQL microservices into a single unified schema.

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

  • Kobby: Codegen plugin of Kotlin DSL Client by GraphQL schema. The generated DSL supports execution of complex GraphQL queries, mutation and subscriptions in Kotlin with syntax similar to native GraphQL syntax.

Code First

Apollo Federation

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

Validation

Batch Loading

Scalars

  • graphql-java-extended-scalars: A series extended scalars for graphql-java based projects, brought you you by the same team that helps build graphql-java itself

  • graphql-java-datetime: A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java

Tools

  • JS GraphQL IntelliJ Plugin: GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
  • graphql-calculator - A lightweight graphql calculation engine, implemented based on directive.

License

CC0

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

Open Source Agenda is not affiliated with "Awesome Graphql Java" Project. README Source: graphql-java/awesome-graphql-java
Stars
584
Open Issues
2
Last Commit
6 months ago

Open Source Agenda Badge

Open Source Agenda Rating