GraphQL3.1 On Drupal 9.1.4

5th May 2022
Table of contents

Drupal 9.1.4 - GraphQL3.1 interacting with external database using graphql views and graphql_twig

GraphQL gần đây đã trở nên phổ biến, đến mức nó đã đi đầu trong lĩnh vực phát triển API. Ngày nay, có một số ứng dụng khách GraphQL cho các khung công tác front-end. Ứng  dụng khách Apollo là một trong những ứng dụng phổ biến hơn cho các ứng dụng Angular.


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