graphql-java-tools
graphql-java-tools copied to clipboard
A schema-first tool for graphql-java inspired by graphql-tools for JS
Hello, There is a bug using union with a generic Bean. Here's a schema snipet : In root file : > union item = Order | User > type SearchResponse...
Got an error here https://github.com/graphql-java-kickstart/graphql-java-tools/blob/f0d03ea51d425967f9b8254cad4647e053f5ac17/src/main/kotlin/com/coxautodev/graphql/tools/GenericType.kt#L125 I have a type `Account extends AuditableEntity` where `AuditableEntity extends IdentifiableAdapter` where `IdentifiableAdapter implements Identifiable`. In this method `determineTypeArguments` returns a map or one entry:...
Spring framework 4.3.4.release graphqa-java-tools 5.2.0 Java 8 Im adding graphQL to a monolith (it is so big that it CANNOT be ported to Spring boot since it excedes the 65k...
Hi guys Amazing Library you have created, thank you so much. I've been using it on a project just fine for weeks with the following config springBootVersion = '1.5.10.RELEASE' compile('com.graphql-java:graphql-spring-boot-starter:3.6.0')...
When I'm just getting started, I personally find it useful to write out the schema and then run graphiql against it to test out queries. Unfortunately I need to write...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://togithub.com/qos-ch/logback)) | `1.3.3` -> `1.3.4` |...
The same error as in #601 , but in different place. ## Description > Failed to instantiate [graphql.kickstart.tools.SchemaParser]: Factory method 'schemaParser' threw exception; nested exception is graphql.parser.ParseCancelledException: Invalid Syntax :...
## Description `graphql-java-tools` maps fields on GraphQL objects to methods and properties on "Resolvers" and "Data Classes" thus eliminating the boilerplate code required to setup `graphql-java` manually. Resolver methods are...
## Description Java allows classes to be defined in their own separate file (the norm), or nested classes (both inner and static), or instantiated as anonymous inner classes. When Resolvers...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-gpg-plugin](https://maven.apache.org/plugins/) | `3.1.0` -> `3.2.4` | [](https://docs.renovatebot.com/merge-confidence/)...