jcrygier / graphql-jpa

JPA Implementation of GraphQL (builds on graphql-java)
MIT License
165 stars 46 forks source link

GraphQL argument search exception #34

Open simo1209 opened 7 years ago

simo1209 commented 7 years ago

When I try to use this schema { User(id:1){ name } } I receive multiple exceptions.

cslecours commented 7 years ago

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?