How to run graphql-voyager with quarkus using Kotlin lang?
I'm using the "io.quarkus:quarkus-smallrye-graphql" dependency to run graphql and I can access the graphql-ui UI without additional configuration. I can't get the voyager running though. I've created the html page. I found a dependency for running the voyager with Spring Boot, "com.graphql-java
voyager spring boot starter5.0.2", but unfortunately none for Quarkus.
body {
height: 100%;
margin: 0;
width: 100%;
overflow: hidden;
}...