#
graphql-java
Here are 109 public repositories matching this topic...
GraphQL for Java with Spring Boot made easy.
-
Updated
Dec 14, 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
Dec 13, 2021 - Java
A schema-first tool for graphql-java inspired by graphql-tools for JS
-
Updated
Dec 14, 2021 - Kotlin
phuongphally
commented
Jun 4, 2019
Annotation @GraphQLDescription( value ="${message}") not read from Properties files
YarLyashenko
commented
Dec 8, 2021
Issue Description
With options
<generateJacksonTypeIdResolver>true</generateJacksonTypeIdResolver>
<modelNameSuffix>TO</modelNameSuffix>
and without model name prefix generated GraphqlJacksonTypeIdResolver does not have suffix:
@Override
public JavaType typeFromId(DatabindContext context, String typename) {
try {
Class<?> clazz = Class.forN
GraphQL for Camunda BPM
-
Updated
Jul 21, 2021 - Java
Generate a Java/Kotlin 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
Oct 18, 2021 - Kotlin
Reactive GraphQL execution strategy
-
Updated
Aug 12, 2017 - Java
A lightweight graphql calculation engine, which is used to alter execution behavior of query.
-
Updated
Nov 13, 2021 - 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
Nov 23, 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
knjk04
commented
Mar 30, 2021
Spring GraphQL examples using Netflix DGS, GraphQL Java and Spring GraphQL
-
Updated
Dec 14, 2021 - Java
Gradle plugin for graphql-java-codegen
-
Updated
Apr 9, 2020
Federation of GraphQL Java microservices
-
Updated
Jun 7, 2020 - Kotlin
Membership service (to demonstrate graphQL)
-
Updated
Mar 17, 2021 - Java
Maven plugin for graphql-java-codegen
-
Updated
Apr 9, 2020
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