leangen / graphql-spqr

Build a GraphQL service in seconds
Apache License 2.0
1.09k stars 179 forks source link

Can't fetch schema #426

Closed dimitrikvirik closed 1 year ago

dimitrikvirik commented 1 year ago

Hello. I am using latest version spqr on kotlin and when I try to fetch using postman, it not work. I use sample code from here https://codersee.com/graphql-spqr-with-spring-boot-and-kotlin/ and change spring boot version on 2.7.2 and kotlin version on 1.7.10. Also i need to add this dependency implementation("com.graphql-java:graphql-java:16.2")

It's possible to fetch schema? or it need to do other way

kaqqao commented 1 year ago

How could I possibly know what the problem is if you never even say what is the error you're getting?