Plugins: Introduce a new TypeScript-generic SDK plugin that abstracts over concrete GraphQL client implementations, enhancing flexibility for developers.
Improvements
Code Generation: Generate types for directive arguments, improving type safety and developer experience when using directives in GraphQL schemas.
Fixes
Fix missing import for FragmentDoc, ensuring that all necessary components are correctly referenced and available for use.
Fix nested import issue in apollo-angular, resolving potential conflicts and improving integration with Apollo Client.
Others
Update various dependencies to their latest versions, ensuring the tool remains up-to-date and secure.