Is using #graphql a red flag 🚩 for #overengineering
Yes
No
It’s good for ones resume only 😂
Poll ended at .
@adamsdesk @softinio Yeah, exactly. For *some problems* -- in particular, when your application is dealing with data structures that are being modified at runtime -- GQL is often the right tool for the job. (My own Querki is a fine example: GQL is the most sensible way to provide querying, given that the schemas are 100% runtime-defined.)
But if your API has static, consistent data types, then yeah -- probably over-engineering.