You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I had issues when integrating with JPA. It was necessary to add the config below:
spring:
jpa:
open-in-view: false
If it was not added, the handler was going in an infinite loop (waiting for a latch). This was not necessary for REST API (in any case, it is good practice to disable this for all spring applications)
At re:Invent 2023 someone asked if we are supporting Spring for GraphQL https://docs.spring.io/spring-graphql/reference/. Goal of this issue is to check that and ideally add a sample for it.
The text was updated successfully, but these errors were encountered: