Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download graphql-8.x-3.0-beta1.tar.gztar.gz 1.13 MB
MD5: 398b8871ca421e05dec8c98f26275147
SHA-1: 823ff36fee87c7d2267a804c6ffa6e28d61ee6a1
SHA-256: a29475f8cb4a6d6e2e611ea81fb1076e6213ca80b8a4a0ec1047a90864c4c531
Download graphql-8.x-3.0-beta1.zipzip 1.34 MB
MD5: 0ca87aa4044838cbc6f1835afc76fd7c
SHA-1: 65dc111c074026ba8a283fd06b3c7215b5476bd4
SHA-256: 97b35eb8633cdf792c4fee3ae49f3048b7550de4273594e7ea0f4a32c9897171

Release notes

The first beta is out!

Important changes:

  1. The base module (graphql) provides the plugin system and API. Most of the shipped functionality has been consolidated into the graphql_core module.
  2. Configuring the schema with entity view modes has been deprecated and moved out of the codebase. The graphql_legacy project is there to maintain backwards compatibility and should provide a smooth path for upgrading an existing project.
  3. Therefore, upon enabling graphql_core, the schema will expose all content entities, while respecting all of Drupal's access restriction mechanisms.
  4. Entity mutations have been deprecated (for now) in favour of writing dedicated plugins that will do the job better. Again, graphql_legacy is there to maintain compatibility.
  5. Some of the more experimental features have been moved to dedicated repositories:
Created by: pmelab
Created on: 25 Oct 2017 at 09:18 UTC
Last updated: 15 Dec 2017 at 05:13 UTC
Insecure

Other releases