Skip to content

API/Schema first support? #1462

Answered by phillip-kruger
tigerinus asked this question in Q&A
Discussion options

You must be logged in to vote

It's not smallrye-graphql that gives to a transitioning to Java Native, but rather Quarkus, that use smallrye-graphql. You can still use a code first approach in Quarkus. Create your schema and generate the relevant code. Include this in a Quarkus App, and then include the vert-graphql extension, that will pull in graphql-java. SmallRye GraphQL is a code first library. It generates the Schema and gives you an easy way to create endpoints. There is not much value to add when you provide the schema and generate the code.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tigerinus
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