Skip to content

Releases: Khan/graphql-flow

v3.1.2

10 Jan 19:06
d0245b1
Compare
Choose a tag to compare

Patch Changes

  • 09f72b5: Fix handling of input objects with required attributes that have a default value

v3.1.1

30 Jul 19:31
7401909
Compare
Choose a tag to compare

Patch Changes

  • 45f09ef: Fix up some more alias resolution in graphql-flow.

v3.1.0

26 Jul 19:46
b0ea7e8
Compare
Choose a tag to compare

Minor Changes

v3.0.1

02 Jul 16:19
a091fe4
Compare
Choose a tag to compare

Patch Changes

  • c6be76f: Search through untracked files for graphql-tag. Don't error out on files that can't be found.

v3.0.0

28 Aug 19:45
4a4aebd
Compare
Choose a tag to compare

Major Changes

  • ad68019: Update 'graphql' to 16.3.x (requires consumers to change their version of 'graphql')

v2.0.0

23 Jul 15:55
57a6bac
Compare
Choose a tag to compare

Major Changes

  • 38eb544: Generate TypeScript directly and only TypeScript

Minor Changes

v1.2.0

21 Jun 20:36
5409f1e
Compare
Choose a tag to compare

Minor Changes

  • e1e9fde: Add --omitFileExtensions option

v1.1.2

17 May 18:38
c881221
Compare
Choose a tag to compare

Patch Changes

  • 9867001: Fix empty variables object

v1.1.1

17 May 17:20
02b2ac3
Compare
Choose a tag to compare

Patch Changes

  • a581359: Fix processing of typescript imports that don't use an extension

v1.1.0

12 Sep 17:14
15c843c
Compare
Choose a tag to compare

Minor Changes

  • c7367a1: Basic TypeScript support!