Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

6 Comments

    1. Hi,
      For MidScale Projects, REST API is more than enough. As long as there are less than a Few Thousands Requests a day, REST API is cool.
      When the user base increases, GraphQL is the better option. That being said, having GraphQL is an advantage too.

      Regards

    1. GraphQL is an even bigger pain in the balls than OData. Unless you really, really need to have fine-grained control over queries to an API, avoid GraphQL. And if you do, OData is better. Remember, Facebook created GraphQL and Facebook sucks ass so there ya go.