-
Notifications
You must be signed in to change notification settings - Fork 6
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ú.
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