Skip to content

Quarkus support? #1773

Answered by dariuszkuc
dylanenabled asked this question in Q&A
Discussion options

You must be logged in to vote

Hello 👋
graphql-kotlin comes with built-in support for reactive Spring Boot (autoconfiguration module) and Ktor (plugin) webservers. You can use schema generation module with any other webserver (including Quarkus) but you will have to implement the server logic yourself (i.e. handling of the HTTP requests, wiring up your schema etc).

Thanks,
Derek


side note: smallrye-graphql (similarly as graphql-kotlin) is also an abstraction over graphql-java

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dylanenabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants