8.x-3.0-beta1
版本发布时间: 2017-10-25 17:10:10
drupal-graphql/graphql最新发布版本:8.x-4.4(2022-09-23 17:52:15)
The first beta is out!
Important changes:
- The base module (
graphql
) provides the plugin system and API. Most of the shipped functionality has been consolidated into thegraphql_core
module. - 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.
- Therefore, upon enabling
graphql_core
, the schema will expose all content entities, while respecting all of Drupal's access restriction mechanisms. - 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.
- Some of the more experimental features have been moved to dedicated repositories: