v0.3.0 - 2024-07-10
- Updated postman-collection to v4.4.0.
v0.2.0 - 2024-07-03
- Updated graphql version to v15.8.0.
v0.1.1 - 2024-04-05
- Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError.
- Added support for CLI usage to convert GraphQL definition to collection with custom depth.
- Added maximum limit to depth allowed via usage of module APIs.
- Fixed issue where conversion failed with type error while resolving non-defined variables.
- Added support for release script.
- Fix for - #10070 Added support for nested lists.
- Fix for - #24 Fixed an issue where nesting was faulty.
- Fix for - #9884 Fixed an issue with union types self referencing
- Added the support for changing stack depth if required.
- Fixed issue where error shown was meaningless for incorrect GraphQL SDL.
- fix for - #8863 Fixed an issue where custom name for type threw an error.
- Fix for circular reference input object types.
- Fix for introspection query response type support.
- Sanitization of options.
- Added a function for getting meta data.
- Fix for empty collection generation for certain queries.
- Support for GraphQL variables.
- Base release