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 +5 -0
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/win-x64/relay.exe +0 -0
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
package/win-x64/relay.exe
CHANGED
|
Binary file
|