Schema: Export the maximum and minimum integer constants for GraphQL, making it easier for developers to work with integer limits in their applications.
Improvements
Error Handling: Enhance error handling by preserving non-error values thrown from resolvers, improving the robustness of your GraphQL API.
Schema Printing: Improve the handling of non-printable descriptions in the schema by using block strings, ensuring that your printed schema is more accurate and readable.
Type Safety: Implement an exhaustive switch in the typeFromAST function, enhancing type safety and reducing potential errors in your GraphQL implementation.
Fixes
Fix the issue where the GraphQL execution would throw an error for undefined schemas, ensuring smoother operation when using the library.
Fix the creation of invalid block strings for descriptions in the printSchema function, ensuring that your schema descriptions are valid and correctly formatted.
Others
Update dependencies to ensure that the library remains up-to-date and secure, providing a better experience for users.