This is an example outlining how to use ktor-graphql to create a graphQL server.
To start simply run main
and navigate to http://localhost:8080/graphql
to open graphiQL.
Example on how to use ktor-graphql to create a graphQL server
Kotlin
This is an example outlining how to use ktor-graphql to create a graphQL server.
To start simply run main
and navigate to http://localhost:8080/graphql
to open graphiQL.