GithubHelp home page GithubHelp logo

awesome-graphql-java's Introduction

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.

awesome-graphql-java's People

Contributors

andimarek avatar bbakerman avatar dondonz avatar apottere avatar setchy avatar benmccann avatar ermadmi78 avatar mstachniuk avatar siderakis avatar dugenkui03 avatar jxnu-liguobin avatar donbeave avatar anhldbk avatar ashpak-shaikh avatar kobylynskyi avatar dariuszkuc avatar dminkovsky avatar ebridges avatar firatkucuk avatar hallvard avatar igdianov avatar jameskleeh avatar jplock avatar lburja avatar marceloverdijk avatar nilshartmann avatar phillip-kruger avatar rkudryashov avatar 0xr avatar shendepu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.