Skip to content

Releases: dangcuuson/graphql-schema-typescript

1.5

08 Feb 05:02
Compare
Choose a tag to compare
  • Add support for graphql version 14 and 15 (#41 #51)
  • Fix missing package dependency (#45)

1.4

07 Feb 17:10
Compare
Choose a tag to compare
1.4

1.3.2

04 Jan 17:55
Compare
Choose a tag to compare

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

16 Sep 09:05
6850047
Compare
Choose a tag to compare

Better support for generating declaration file (.d.ts):

  • Fix missing declare namespace #20
  • export const enum instead of export 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

v1.2.10

28 Aug 09:58
Compare
Choose a tag to compare

Add /* eslint-disable */ to generated file. (@deser #27 )