Sự so sánh giữa GraphQL và RESTful API

5th May 2022
Table of contents

Chào các bạn,

Video lần này của mình sẽ xoay quanh chủ đề GraphQL. Hy vọng qua video này mình có thể giúp các bạn hiểu rõ hơn về GraphQL cũng như sự so sánh giữa GraphQL và #RESTfulAPI.

Links trong video:

1. Slides: https://pasteapp.com/p/hHwWR05zhND?vi...

2. GraphQL server bằng NodeJS: https://github.com/tungv/engineer_jou...

3. Rethink the way we treat data and services

https://www.confluent.io/blog/data-dichotomy-rethinking-the-way-we-treat-data-and-services/

4. GraphQL scalars: http://npm.im/graphql-scalars

My social accounts

- https://github.com/tungv

- https://twitter.com/tung__vu


Add new comment

Image CAPTCHA
Enter the characters shown in the image.

Related Articles

There’s no denying that GraphQL is the latest addition for API development. For front end frameworks many GraphQL clients are available and Apollo

However, there is one case that the Graphql module does not cover: building a Graphql schema for data that is not represented as a Drupal entity.

Over the past decade, REST has become the standard (yet a fuzzy one) for designing web APIs

The same route handler function is called in REST whereas in GraphQL query can be called to form nested response with multiple resources.

This session will introduce GraphQL queries and demonstrate the advantages of changing the Drupal push model to a pull model by letting the template define its data requirements