aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
301 stars 58 forks source link

Can't open the project properly in kgraphql #153

Closed Digital-Nomad closed 3 years ago

Digital-Nomad commented 3 years ago

I am trying to run the sample code in Jetbrain's IDEA(212.446.7)Ultimate and it's not importing correctly. Can't configure run. What version did you use to compile the project?

jeggy commented 3 years ago

Could you provide some more details? What sample code are you referring to?

Digital-Nomad commented 3 years ago

When I open the project in idea - there's no configuration to run the code. Maybe it's a conflicting idea version - not sure though.

I am talking about the kgraphql-example code within this repository. I had to create a new project to try to run the code and all I am getting is a blank screen at the graphql endpoint. I can't seem to get the example code to run properly.

jeggy commented 3 years ago

image

If you open the Application.kt file, can you see the play button there?

Digital-Nomad commented 3 years ago

I deleted and reopened the project and not the green arrow shows up and the project is configured correctly. Before the list of project files in the left panel was all highlighted yellow. Not what went wrong with the first time opening it.