Upgrade to grahql-java 15.0
See original GitHub issuegraphql-spqr
is not yet compatible with latest graphql-java
15.0
.
java.lang.NoSuchMethodError: graphql/schema/GraphQLType.getName()Ljava/lang/String;
at io.leangen.graphql.generator.TypeCache.<init>(TypeCache.java:19)
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Releases · graphql-java/graphql-java - GitHub
Improved Data Fetching ... The PropertyDataFetcher class is the most common data fetcher used in graphql-java. It uses Java reflection to get field...
Read more >Hello from GraphQL Java | GraphQL Java
GraphQL Java. The Java implementation of GraphQL. Preorder the GraphQL Java Book now. Docs. Documentation · 3 Min Tutorial · JavaDoc. Community.
Read more >graphql-java » 15.0 - Maven Repository
GraphQL Java » 15.0. GraphqL Java ; Date, May 29, 2020 · Files, jar (1.4 MB) View All · CentralPentahoOmniSonatype · #1235 in...
Read more >ExecutionPath (graphql-java 15.0 API) - javadoc.io
As a graphql query is executed, each field forms a hierarchical path from parent field to child field and this class represents that...
Read more >graphql-java-tools - Maven Central Repository Search
Version Updated OSS Index
V: 13.0.2 Updated: 06‑Oct‑2022 open_in_new
V: 13.0.1 Updated: 14‑Sep‑2022 open_in_new
V: 13.0.0 Updated: 15‑Aug‑2022 open_in_new
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same problem with graphql-java 14.0, getName doesn’t exist anymore. Somebody know when 0.12 (compatible with 14.0 and maybe so on) will released ?
SPQR v0.11.0 shipped with graphql-java v16.1. Major graphql-java releases are not backwards compatible, so never assume you can change the version that SPQR is using, even if it compiles successfully.