Hi everyone, I'm Backend developer and new in this...
# graphql
m
Hi everyone, I'm Backend developer and new in this community. I want to create a API using graphql and I''ve found a set of libraries that can provide me implement it buuttt idk which of them can be the best
d
"the best" is very subjective My take would be • if you like SDL first approach where you first write your schema and add matching resolvers -> go with
spring-graphql
OR Netflix
DGS
(which is built on top of it) • if you prefer code-first approach where schema is generated from your code -> go with `graphql-kotlin`* *biased here as while I don't contribute much there anymore, I did write large parts of it
m
Sorry if my english is bad, actually I still learning it. Yeah, after a pair of hours reading about that, I decided choose graphql-kotlin, I guess is better because I like start by code
Thanks a lot @Dariusz Kuc in the future I would like contribute as you