Releases: tocsoft/GraphQLCodeGen
Unknown Scaler fallbacks
v0.1-beta22 fall back scalers to strings where there isn't a well known alternative
Serialize stringified enums
this fixes a issue where we failed to correctly serialize the new stringified enums when sending them back to the server.
Unnamed mutations
Correctly render unnamed mutations in generated client
Stringified Enums
Updated the default template for enum handling to render a wrapper class to provide friendly string based emun instead.
Allows for handling extra/unknown enum values on the result set without erroring.
Upgrade dotnet verison
v0.1-beta18 dot return client as default
Typescript template improvements
add ability for typescript generated script to generate relative paths from application rooted sources.
i.e. your can add {{ resolve '~/seg1/target' }} in a template area and it will generate a path relative to the output file to another file that's relative to the root settings file.
Control Class Names
Add ability to control the class names.
Make faster for many clients
Parallelizing the code generation and caching shared introspection between generated classes
msbuild annoyance fix
fix issue where console window would launch during msbuild based codegen
1.0.0-beta10 - Named Fragments and includes
Add the ability to have includes and support named fragments to allow for specifically named interfaces to be used.