Does Your API Need A REST? Check Out GraphQL

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 3

  • @carnelyve866
    @carnelyve866 4 місяці тому

    How about ODATA?

  • @Boss-gr4jw
    @Boss-gr4jw 4 місяці тому +2

    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
      @naveedhassan7399 4 місяці тому +2

      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.