Decoupled the plugin system from the underlying GraphQL Parser (Youshido/GraphQL). Plugin instances now build and return type/field definitions for the schema instead of resembling those types/fields themselves. This opens the door for further decoupling from the underlying library.
Improved cache read performance by removing the need to obtain and unserialize the schema object.
Make query string lookup for persisted queries more generic to allow for solutions other than query maps.
The release is not in a stable state and only for testing purpose.
Caution: The database schema may change without hook_update_N being implemented. Usage and API may not be documented. Installing a new unstable release entails uninstalling the project, thereby losing all data. Only for those who want an early preview of the project. Not yet suitable for shared development.
- Resolves a number of AJAX bugs in Views UI
- Refactor dialog styling
- Fix 'help' block positioning by placing it in the header region, and removes the unused help region. (this may require a uninstall and reinstall of the theme is you are updating do to config/install changes.
- Update to support content_moderation
- Update to various contrib module support.