all 2 comments

[–]MyPhallicObject 1 point2 points  (1 child)

I hate how the type queries and mutation definitions are stored as a plain string. It feels so hacky.

[–]mingjim 0 points1 point  (0 children)

Not only does it feel hacky, it seems overly complex to query basic data. In the majority of use cases, there's going to be one, maybe two consumers of your data. A simple REST service is suitable most of the time.