v1.5.0
Refactor multi-schema structure: introduced new classes for schema config, caching, and route registration. Removed deprecated service classes
Changes:
- Introduced GraphQLSchemaConfig for schema management based on request path.
- Added SchemaASTCache extending ASTCache for schema caching.
- Implemented GraphQLRouteRegister for dynamic route registration.
- Updated LighthouseMultiSchemaServiceProvider to use new classes and commands.
- Enhanced lighthouse:clear-cache to handle multi-schema cache clearing.