This project is intended to be a starting point, a hint, an idea. Not a solution.
Live demo: http://gqlc.almunnings.com/
This example uses the Drupal GraphQL Compose module to generate the GraphQL schema and types.
This example is setup to work with almunnings/drupal-boilerplate.
cp .env.example .env
npm ci
npm run genql
npm run dev
See .env.example
for environment variables. Create your own .env
file locally or ensure env exists at deployment endpoint.