#
graphql-java
Here are 109 public repositories matching this topic...
GraphQL for Java with Spring Boot made easy.
-
Updated
Jul 31, 2021 - Kotlin
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
java
graphql
json
template-engine
intellij
metaprogramming
preprocessor
android-studio
extension-methods
duck-typing
type-providers
manifold
graphql-java
structural-typing
reflection-framework
java-development
js-java-interoperability
manifold-systems
java-tooling
-
Updated
Jun 24, 2021 - Java
A schema-first tool for graphql-java inspired by graphql-tools for JS
-
Updated
Jul 30, 2021 - Kotlin
awesome list of graphql-java related projects
-
Updated
May 24, 2021
phuongphally
commented
Jun 4, 2019
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
kobylynskyi
commented
Apr 30, 2021
Changes should be done in:
- Core library + unit tests
- Gradle plugin
- Maven plugin
- SBT plugin
- Migration guide: 5.x.x -> 6.0.0
Related to #676 #476 #221
GraphQL for Camunda BPM
-
Updated
Jul 21, 2021 - Java
Generate a Java GraphQL client based on introspection data and predefined queries.
graphql-client
graphql
apollo
apollo-client
maven-plugin
apollographql
query-builder
graphql-java
graphql-tools
query-generator
graphql-query-builder
-
Updated
Jul 7, 2021 - Kotlin
Reactive GraphQL execution strategy
-
Updated
Aug 12, 2017 - Java
Automatically provide CRUD functions for GraphQL and code free.
-
Updated
Mar 29, 2020 - Java
This project is developed to help developers add filtering support to their graphql-java services
-
Updated
Apr 30, 2021 - Java
GraphQL Server implemented in Kotlin.
-
Updated
Sep 10, 2018 - Kotlin
Vert.x Server which exposes a GraphQL API
-
Updated
Oct 18, 2018 - JavaScript
Gradle plugin for graphql-java-codegen
-
Updated
Apr 9, 2020
Membership service (to demonstrate graphQL)
-
Updated
Mar 17, 2021 - Java
Federation of GraphQL Java microservices
-
Updated
Jun 7, 2020 - Kotlin
Maven plugin for graphql-java-codegen
-
Updated
Apr 9, 2020
knjk04
commented
Mar 31, 2021
Add a mutation in AuthorMutation that deletes the Author (specified by its ID) and all of its books.
removeBooks() should be used
Simple template/example structure of a React frontend with create-react-app and a Spring Boot backend with Kotlin
-
Updated
Jun 8, 2021 - Kotlin
This is code used as demo for conference talk GraphQL vs Traditional REST API
-
Updated
Aug 3, 2018 - Java
Improve this page
Add a description, image, and links to the graphql-java topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphql-java topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.
Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.
Additional context
Related