Wiredcraft / test-fullstack

6 stars 43 forks source link

Can I use GraphQL API rather than RESTful? #48

Closed xpol closed 3 years ago

xpol commented 3 years ago

GraphQL is better than RESTful because:

  1. Prevent over fetching and under fetching.
  2. Better documenting.
  3. Better both client and server tooling.

Ref https://www.howtographql.com/basics/1-graphql-is-the-better-rest/

makara commented 3 years ago

Sure, go ahead.