Comment by jadbox
GraphQL is such a pain. The SDKs are usually bloated. Debugging is a nightmare. Documentation on those APIs feeling adhoc. Outside of rare use-cases, I feel like 99% of the time GraphQL is engineering overkill than a simple resource-based REST interface.
The funniest thing about GraphQL is when it's set up to only allow specific whitelisted queries. Incredible.