<@UGUMP8USE> thanks for reply but in general what ...
# getting-started
s
@Dariusz Kuc thanks for reply but in general what is the best practice to convert a given REST API backend into GraphQL queries
d
it really depends on what is your use case
while you can definitely directly convert REST API to GraphQL schema - you should be asking yourself what is the benefit of doing so
I'd start with what data your client needs and then build your queries around it
graphql-kotlin
does generate your schema from the source code so yes it can make it fairly easy to convert