Skip to content

Releases: Khan/graphql-flow

v4.0.1

23 Feb 15:36
cceb7ad

Choose a tag to compare

Patch Changes

  • 7fd8814: Improve unresolved import errors

v4.0.0

20 Feb 13:08
437bae5

Choose a tag to compare

Major Changes

  • 9d96c11: Overhaul import resolution, relying on tsconfig for import aliases, and rspack-resolver for package imports. This removes the alias config option, instead requiring that aliases be defined in a tsconfig.json.

Minor Changes

  • a27caca: Support "export * from" for fragments

v3.4.2

29 Oct 22:29
4c82180

Choose a tag to compare

Patch Changes

  • 958d35e: Enable Trusted Publishing for npm

v3.4.0

16 Sep 14:56
b3cbebc

Choose a tag to compare

Minor Changes

  • c699e6a: Export the introspection options we use

v3.3.0

04 Sep 20:12
339ebfa

Choose a tag to compare

Minor Changes

v3.2.0

23 Jun 20:39
3fad76c

Choose a tag to compare

Minor Changes

  • 96c201e: Add a noComments config option to exclude all comments in the output
  • 7c01b6a: Add a --schema-file graphql argument, and allow exporting a function from the config.js file
  • 96c201e: Add a noComments config option to exclude all comments

v3.1.3

01 Apr 10:53
58d0ebf

Choose a tag to compare

Patch Changes

  • a8be4ea: Fix file extension toggling, improve file writing.

v3.1.2

10 Jan 19:06
d0245b1

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

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

Choose a tag to compare

Minor Changes