Skip to content

Releases: tocsoft/GraphQLCodeGen

Unknown Scaler fallbacks

23 Jul 09:07

Choose a tag to compare

Pre-release
v0.1-beta22

fall back scalers to strings where there isn't a well known alternative

Serialize stringified enums

16 Apr 13:26

Choose a tag to compare

this fixes a issue where we failed to correctly serialize the new stringified enums when sending them back to the server.

Unnamed mutations

07 Apr 15:17
fd50233

Choose a tag to compare

Correctly render unnamed mutations in generated client

Stringified Enums

25 Jan 17:58

Choose a tag to compare

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

25 Jan 15:56

Choose a tag to compare

v0.1-beta18

dot return client as default

Typescript template improvements

23 Nov 16:39

Choose a tag to compare

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

16 Nov 21:45

Choose a tag to compare

Add ability to control the class names.

Make faster for many clients

21 Sep 10:26

Choose a tag to compare

Pre-release

Parallelizing the code generation and caching shared introspection between generated classes

msbuild annoyance fix

13 Jun 16:08

Choose a tag to compare

msbuild annoyance fix Pre-release
Pre-release

fix issue where console window would launch during msbuild based codegen

1.0.0-beta10 - Named Fragments and includes

12 Jun 10:13

Choose a tag to compare

Add the ability to have includes and support named fragments to allow for specifically named interfaces to be used.