Releases: dangcuuson/graphql-schema-typescript
Releases · dangcuuson/graphql-schema-typescript
1.5
1.4
- add support for async __resolveType resolvers (#52 @alecdwm)
- updated yargs to address prototype pollution (#53 @mattcfilbert)
1.3.2
Add option to convert enum values from ALL_CAP_UNDERSCORES (graphql convention) to PascalCase (TypeScript convention) @rasmusfaber - #34
v1.3.1: Merge pull request #30 from dangcuuson/dev
Better support for generating declaration file (.d.ts
):
- Fix missing declare namespace #20
export const enum
instead ofexport enum
if generate file as type declaration #29- Support
graphqls
file extension for schema files #28 (@chrisae )
Breaking changes:
- enum types under global scope will now be generated as enum instead of string union