Open simo1209 opened 7 years ago
When I try to use this schema { User(id:1){ name } } I receive multiple exceptions.
{ User(id:1){ name } }
It works on my database. Which graphql-jpa version are you using? I am using 0.5.
What exceptions are you having ? What are your entities?
When I try to use this schema
{ User(id:1){ name } }
I receive multiple exceptions.