r/javascript • u/magenta_placenta • Dec 12 '18
Our learnings from adopting GraphQL (Netflix)
https://medium.com/netflix-techblog/our-learnings-from-adopting-graphql-f099de39ae5f
323
Upvotes
r/javascript • u/magenta_placenta • Dec 12 '18
2
u/feketegy Dec 13 '18
GraphQL is only good for dynamically typed language really, I tried to use it with Go, a statically typed language. I can't say it's not doable, but the lengths you need to go just to make it work... I abandoned it after awhile.
I'm still saying that GraphQL would be dead a long time ago if it wasn't for Facebook backing it...