Development version of the new Ariadne GraphQL Modules with the new api.
Pre-release-
Dropped Support for Python 3.8: This release no longer supports Python 3.8. Please upgrade to Python 3.9 or newer.
-
Deprecation Notice: Direct use of v1 types is deprecated. Transition to the new system or use wrap_legacy_types for continued support.
-
Updated Ariadne Version: The supported version of Ariadne is now 0.23.
-
API v1 Moved: The old API has been moved to the v1 folder. If you are using ariadne-graphql-modules, update your imports to reference v1.
-
Major API Redesign: The entire API has been restructured for better modularity and flexibility.
-
New Type System: Introduced a new type system, replacing the old v1 types.
-
Migration Support: Added wrap_legacy_types to help transition from v1 types to the new system without a complete rewrite.
-
Enhanced make_executable_schema: Now supports both legacy and new types with improved validation and root type merging.