Hacker News new | ask | show | jobs
GraphQL in Use: Building a Blogging Engine API with Golang and PostgreSQL (alexandrutopliceanu.ro)
8 points by topliceanu 3439 days ago
1 comments

I feel that GraphQL is a lost cause for any sort of mass adoption, especially outside of dynamic languages. Working with it using statically typed languages is incredibly tedious. Also, security scopes/boundaries are also challenging to enforce (restriction certain relationships).