Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download graphql-8.x-3.0-alpha7.tar.gztar.gz 1.17 MB
MD5: 9b5726e23993fdd82cedfc9b0bcb8035
SHA-1: 3ed7382a5a6b816807ea88115247352696341933
SHA-256: 301181fe1927c56b91977b6c56903d64ffeeb767c20dd25bfdd195df539f9c28
Download graphql-8.x-3.0-alpha7.zipzip 1.47 MB
MD5: 9daa2c079351269717adabd2ea5094c4
SHA-1: 0ca09cccb463a1da67574c0a5aee7dd7b33ad75f
SHA-256: 9a558bdc6f31384b5294974f5f685647c5362fe2cd6e1bbac94b403465639287

Release notes

  • Moved functionality of graphql_graphiql and graphql_voyager into the main module.
  • Moved functionality of graphql_query_map_json and graphql_query_map_entity into the main module.
  • The schema for single property fields has been simplified to directly return the scalar value of the property without an extra step.
  • Entity base fields are automatically exposed and properly resolved using typed data.
  • The plugin architecture has been moved into the main module.
  • Schemas are also plugins now and the old SchemaProvider architecture has been removed.
  • The base module now provides the whole plugin architecture but does not expose any plugin implementations on its own.
  • The directory structure has been cleaned up drastically.
  • We are currently in the process of merging the functionality of the submodules that provide plugin implementations for core modules into graphql_core. Once this is finished, the only submodules left will be graphql_core and graphql_legacy (to provide some level of backwards compatibility) up until we release the first stable version.
  • graphql_twig, graphql_xml and graphql_json have been removed from the module and are now hosted within their own namespaces on drupal.org.
Created by: fubhy
Created on: 17 Oct 2017 at 11:53 UTC
Last updated: 23 Oct 2017 at 08:54 UTC
Bug fixes
New features
Insecure

Other releases