Skip to content

Releases: Thinkmill/ts-gql

@ts-gql/eslint-plugin@0.7.1

05 Aug 00:26
7211412
Compare
Choose a tag to compare

Patch Changes

@ts-gql/config@0.7.0

05 Aug 00:26
7211412
Compare
Choose a tag to compare

Minor Changes

  • 71f257e Thanks @mitchellhamilton! - Change schema property of Config from having the GraphQLSchema to a function that returns the GraphQLSchema. This is so that the schema is not unnecessarily parsed when it doesn't need to be

Patch Changes

@ts-gql/compiler@0.13.5

05 Aug 00:26
7211412
Compare
Choose a tag to compare

Patch Changes

@ts-gql/tag@0.5.2

03 Aug 03:14
e9cf78b
Compare
Choose a tag to compare

Patch Changes

@ts-gql/next@14.0.0

03 Aug 03:14
e9cf78b
Compare
Choose a tag to compare

Major Changes

  • ab25d45 Thanks @mitchellhamilton! - Remove automatic insertion of @ts-gql/babel-plugin, you should include it yourself. Automatically including the babel plugin caused confusion when the code would run with Next but would not run when using another tool like Jest or etc.

Patch Changes

@ts-gql/eslint-plugin@0.7.0

03 Aug 03:14
e9cf78b
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@ts-gql/config@0.6.0

03 Aug 03:14
e9cf78b
Compare
Choose a tag to compare

Minor Changes

@ts-gql/compiler@0.13.4

03 Aug 03:14
e9cf78b
Compare
Choose a tag to compare

Patch Changes

@ts-gql/apollo@0.8.1

03 Aug 03:33
ddb2320
Compare
Choose a tag to compare

Patch Changes

@ts-gql/compiler@0.13.3

27 Jul 06:24
99bc76c
Compare
Choose a tag to compare

Patch Changes

  • bd25bf8 Thanks @mitchellhamilton! - Remove unnecessary printing of the schema when generating types for every operation/fragment