Skip to content

Learning by doing

David Rodriguez edited this page Jun 21, 2022 · 4 revisions

The essence of the Summer House project is experiential learning through practicing some development exercises/routines in the context of decoupled Drupal. So here you will find some exercises you can do to practice your Drupal-Fú.

1. Checkin' the first basic GraphQL connection

We have an initial GraphQL request showing results in the landing page of the frontend_react container. This basic case is getting Drupal nodes of type article through a very basic GraphQL query. Our first exercise will be generate more Drupal nodes and doing some changes in the GraphQL query, show more items in the landing page.

EXERCISE I: Add more Drupal nodes and showing it in frontend altering GraphQL query

Adding more items in Drupal Backend

Requesting more elements from the React Frontend