• Stars
    star
    281
  • Rank 146,567 (Top 3 %)
  • Language
    PHP
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GraphQL integration for Drupal 9

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