question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade to grahql-java 15.0

See original GitHub issue

graphql-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:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
cblanche34commented, Jun 9, 2020

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 ?

0reactions
kaqqaocommented, Jan 31, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found