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.

GraphQL example contains invalid code

See original GitHub issue

See https://github.com/Blazebit/blaze-persistence/blob/main/examples/spring-data-graphql/src/main/java/com/blazebit/persistence/examples/spring/data/graphql/view/CatWithOwnerView.java#L38. There a non-existing GraphQLName annotation is used (version 1.6.7).

A related question is how one can achieve similar functionality currently (mapping to a different field/type name in the schema).

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
beikovcommented, Oct 14, 2022

I didn’t forget about pinging, don’t worry 😃

I would like to investigate the reports of the annotation processor getting stuck though before doing the release.

0reactions
david-kubeckacommented, Nov 29, 2022

That’s great news! Finally, I can continue with full BP integration into my project!

Meanwhile, I went through most BP documentation (especially entity views). I see there are a lot of changes in 1.6.8, especially in GraphQL integration so it might be worthwhile to reread that section. Any additional sections you would recommend returning to again?

Read more comments on GitHub >

github_iconTop Results From Across the Web

was filtered because it contains an invalid GraphQL document ...
Hi,. Can you tell me what is wrong here ? I run the codegen. And I get lots of errors, but my graphql...
Read more >
Error handling - Apollo GraphQL Docs
Apollo Server's variety of error codes enables requesting clients to respond ... The GraphQL operation includes an invalid value for a field argument....
Read more >
Top GraphQL Errors and How to fix them
GraphQL is strongly typed and it performs validation of all queries before executing them. It can reject a query if it is invalid...
Read more >
GraphQL error handling to the max with Typescript, codegen ...
A GraphQL API will always return a 200 OK Status Code, even in case of error. You'll get a 5xx error in case...
Read more >
Validation - GraphQL
ts contains a number of queries demonstrating various invalidities, and is a test file that can be run to exercise the reference implementation's...
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