octahedroid/drupal-decoupled-graphql-basic-recipe

A Drupal site as a starting point for a headless CMS, using a GraphQL endpoint to build a decoupled site.

Installs: 2 542

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 3

Open Issues: 0

Type:drupal-recipe

pkg:composer/octahedroid/drupal-decoupled-graphql-basic-recipe

dev-main 2025-01-16 20:13 UTC

This package is auto-updated.

Last update: 2025-09-24 01:22:20 UTC


README

This recipe is a Drupal site as a starting point for a headless CMS, using a GraphQL endpoint to build a decoupled site. It is ready to be seamlessly integrated with a front end application.

  • For information related to installing Drupal read the docs here
  • For information related to installing this Recipe read the docs here

What this recipe does:

  • Based on the standard installation profile

  • Adds content types pages and articles

  • Creates user roles viewer and previewer

  • Creates editor user

  • Creates default content

  • Configure metatags

  • Configures path auto

  • Configures gin as administration experience

  • Configures GQL as the decoupling strategy

  • Configures GQL Compose

    • Edges
    • Image Styles
    • Menus
    • Routes
    • Users
    • Views
    • Metatags
  • Configures preview

  • Configures simple oauth as auth mechanism for the BE and the FE

  • Configures Visual editor for inline editorial experience