Skip to content

v0.3.0

Compare
Choose a tag to compare
@khan-actions-bot khan-actions-bot released this 25 May 17:26
· 44 commits to main since this release
7b19c63

Minor Changes

  • 093fa5f: Enable experimentalEnums in a config or subconfig file in to enable the export of flow enum types, which replace the default string union literals. The type currently comes with eslint decorators to skirt a bug in eslint and flow.
  • 5078624: Users can add files with the name ending in graphql-flow.config.js with a subset of the config fields (options, excludes) in order to have more granular control of the behavior. Another field, extends, takes the path of another config file to use as a base and extends/overrides fields. If no extends is provided, the file completely overwrites any other config files (as far as options and excludes).