Skip to content

drupal-graphql/graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1946bb3 · Mar 27, 2025
Aug 30, 2024
May 15, 2024
Mar 12, 2025
Aug 3, 2024
Aug 2, 2024
Jul 14, 2020
Mar 27, 2025
Mar 27, 2025
Aug 9, 2024
Mar 27, 2025
Nov 10, 2020
Nov 20, 2016
Dec 9, 2024
Nov 10, 2020
Mar 12, 2025
Mar 12, 2025
May 15, 2024
Sep 14, 2018
Sep 16, 2018
Feb 18, 2021
Jan 15, 2021
Jul 2, 2019
Sep 12, 2022
Aug 2, 2024
Dec 9, 2024
May 30, 2024

Repository files navigation

GraphQL for Drupal

Tests

This module lets you craft and expose a GraphQL schema for Drupal 8.

It is is built around https://github.com/webonyx/graphql-php. As such, it supports the full official GraphQL specification with all its features.

Installation

This module requires composer for installation. To install, simply run composer require drupal/graphql.

Resources