Blogs

EMAIL: info@example.com

Code Karate: Using Drupal as your Gatsby Data Source

Episode Number: 
3
Using Drupal as your Gatsby Data Source - Daily Dose of Gatsby 3

In this episode, we learn how to set up your Gatsby website to pull data from Drupal. We will cover:

  1. Setting up JSON:API on your Drupal site
  2. Installing the gatsby-source-drupal plugin
  3. Configuring the gatsby-source-drupal plugin
  4. Use GraphiQL to view your Drupal data
  5. Load Article nodes using gatsby-node.js
  6. Create Article Template to pull in Article data