graphql-java
There are 137 repositories under graphql-java topic.
graphql-java/graphql-java
GraphQL Java implementation
Netflix/dgs-framework
GraphQL for Java with Spring Boot made easy.
manifold-systems/manifold
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
ExpediaGroup/graphql-kotlin
Libraries for running GraphQL in Kotlin
graphql-java-kickstart/graphql-java-tools
A schema-first tool for graphql-java inspired by graphql-tools for JS
graphql-java/awesome-graphql-java
awesome list of graphql-java related projects
Enigmatis/graphql-java-annotations
GraphQL Annotations for Java
kobylynskyi/graphql-java-codegen
Make your GraphQL Java application schema-driven.
graphql-java-kickstart/graphql-java-servlet
Servlet endpoint for GraphQL Java
introproventures/graphql-jpa-query
Generate GraphQL Query Api for your JPA Entity Models
merapar/graphql-spring-boot-starter
Spring boot starter for GraphQL
tailrocks/graphql-java-datetime
GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with graphql-java.
camunda-community-hub/camunda-platform-7-graphql
GraphQL for Camunda Platform 7
graphql-calculator/graphql-calculator
A lightweight graphql calculation engine, which is used to alter execution behavior of query.
aoudiamoncef/apollo-client-maven-plugin
Generate a Java/Kotlin GraphQL client based on introspection data and predefined queries.
hantsy/spring-graphql-sample
Spring GraphQL examples using Netflix DGS, GraphQL Java and Spring GraphQL
graph-quilt/graphql-orchestrator-java
GraphQL Orchestrator stitches the schemas from multiple micro-services and orchestrates the graphql queries to these services accurately at runtime
intuit/graphql-filter-java
This project is developed to help developers add filtering support to their graphql-java services
graphql-java/todomvc-relay-java
Relay TodoMVC with Java Backend
bsideup/graphql-java-reactive
Reactive GraphQL execution strategy
AutoGraphQL/AutoGraphQL
Automatically provide CRUD functions for GraphQL without coding.
friatech/lilo
Lilo is a super-fast, easy-to-use, configurable GraphQL stitching library
springmonster/netflix-dgs-example-java
Java Examples of Netflix DGS
Project-Books/books-api
GraphQL Books API
msya/graphql-starwars-kotlin
GraphQL Server implemented in Kotlin.
Jotschi/vertx-graphql-example
Vert.x Server which exposes a GraphQL API
vimalrajselvam/test-graphql-java
Easy Graphql Testing in Java
rkudryashov/graphql-federation
Federation of GraphQL Java microservices
graph-quilt/graphql-xtext
A GraphQL SDL lexer, parser, and validator that can read GraphQL grammar and produce executable JVM runtime objects.
kobylynskyi/graphql-java-codegen-gradle-plugin
Gradle plugin for graphql-java-codegen
phillip-kruger/membership
Membership service (to demonstrate graphQL)
kobylynskyi/graphql-java-codegen-maven-plugin
Maven plugin for graphql-java-codegen
VladislavSevruk/GraphQlRequestBodyGenerator
This utility library helps to generate body for GraphQL request using POJO and annotations.
babyfish-ct/graphql-provider
Quickly build GraphQL services with kotlin based on R2DBC
vladimir-dejanovic/graphql-vs-traditional-rest-api-conftalk_demo
This is demo code for my conference talk GraphQL vs Traditional REST API. It consists of simple REST end points and GraphQL end point, with MongoDB in backened.