Releases: tocsoft/GraphQLCodeGen
Rollforward cli tool runtime
Internal CLi is build targetign netcoreapp3.1 to allow the msbuild strep to extecute it on linux when only net5.0 is installed we pass the rollforward "latest major" flag to allow it to run without retargeting.
Linux build issue
Fixes an issue while running under linux where it was using windows paths.
fix missing header
add missing header for function flavor client
bug fix
fixed bug in typescript functions client that stops is generating compliable code.
npm script fix
Fix issue where npm package thought it is in dev mode post publish
Updated parser + typescript flavors
uses an updated graphql parser (hotchocolates one) and adds build in client 'flavors' so i.e. the typescript client has a default class client based generator or a 'functions' flavor which exports a function instead.
Updated parser + typescript flavors
uses an updated graphql parser (hotchocolates one) and adds build in client 'flavors' so i.e. the typescript client has a default class client based generator or a 'functions' flavor which exports a function instead.
Updated parser + typescript flavors
uses an updated graphql parser (hotchocolates one) and adds build in client 'flavors' so i.e. the typescript client has a default class client based generator or a 'functions' flavor which exports a function instead.
actaully fix regression issue
v0.1-beta24 fix ifTemplate set
fix regression with template testing
v0.1-beta23 fall back scalers to strings where there isn't a well known alternative