Is it possible in IntelliJ IDEA to navigate between GraphQL schema and the controller methods?

letslearngraphql

Is it possible in IntelliJ IDEA to navigate between GraphQL schema and the controller methods?

I have a Java/Kotlin Spring Boot project with GraphQL API. I would like to navigate between the schema file and the @QueryMapping and …

 

Read More