Beta 1
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: