Environment Configuration: You can now load environment variables before reading the YAML configuration file, making it easier to manage settings. This update also includes default values for better usability.
TypeScript Resolvers: The TypeScript-Resolvers now correctly handle mappers and indirect usage of types, ensuring more accurate type generation for your GraphQL operations.
Improvements
Type Generation: The TypeScript operations generator now correctly handles variables with default values, providing accurate types for your queries and mutations.
Programmatic Usage: When no documents are specified in programmatic usage, the generator now uses an empty array, preventing potential errors.
Mapper Support: Added support for loading mappers from default exports, enhancing flexibility in your code generation.
Fixes
Fix issues with the init command by adding the missing introspection package and correcting the default documents path, ensuring a smoother setup process.
Others
Add search functionality to the website, making it easier for users to find relevant information and resources.