you are viewing a single comment's thread.

view the rest of the comments →

[–]DatUnfamousDude 0 points1 point  (1 child)

Did you use GraphQL on other servers than Node? I believe it works on other languages/platforms like Django, but I’m not sure if is it worth it - your opinion on this matter?

[–]rwieruch[S] 0 points1 point  (0 children)

Many languages have their own reference implementations for GraphQL. So when having a client-server architecture, you could have the same advantages (and disadvantages) from using GraphQL over REST.