Good luck writing security for all these data fetchers. Applications are never that simple where you are able to just query everything from everywhere. In my experience 99% of the applications never benefit from this, as it only adds complexity.
@naveedhassan7399Ай бұрын
We decided to move away from GraphQL for one of our projects mainly due to the complexity involved in building an authorization system for the data fetchers.