relay-compiler 0.0.0-main-b23570e3 → 0.0.0-main-3b5e37c7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -106,6 +106,11 @@ file sources, and "listen" to the file changes in the "watch" mode. If
106
106
  [string]
107
107
  - `jsModuleFormat` Formatting style for generated files. `commonjs` or `haste`.
108
108
  Default is `commonjs`. [string]
109
+ - `typegenPhase` - `Final` or `Compat`. Use `Compat` for exposing old
110
+ `<module>QueryVariables` and `<module>QueryResponse` types in the generated
111
+ artifacts. But we do recommend migrating to the `Final` mode, where the naming
112
+ of the exposed types are unified with `<module>$data` and `<module>$variables`
113
+ suffixes.
109
114
 
110
115
  ### CLI configuration
111
116
 
package/linux-x64/relay CHANGED
Binary file
package/macos-arm64/relay CHANGED
Binary file
package/macos-x64/relay CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-compiler",
3
3
  "description": "A compiler tool for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-b23570e3",
4
+ "version": "0.0.0-main-3b5e37c7",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file