relay-compiler 0.0.0-main-9faefa63 → 0.0.0-main-0f4e9903

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -83,8 +83,8 @@ file sources, and "listen" to the file changes in the "watch" mode. If
83
83
  the future. Enabling this means you will have to update your application
84
84
  whenever the GraphQL server schema adds new enum values to prevent it from
85
85
  breaking. [boolean][default: false]
86
- - `customScalars` Mappings from custom scalars in your schema to built-in
87
- GraphQL types, for type emission purposes. [object]
86
+ - `customScalarTypes` Mappings from custom scalars in your schema to built-in
87
+ GraphQL types, for type emission purposes (eg. {"GqlScalar": "TStype"}). [object]
88
88
  - `eagerEsModules` This option enables emitting ES modules artifacts.
89
89
  [boolean][default: false]
90
90
  - `persistConfig` Relay supports two versions of the config:
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-9faefa63",
4
+ "version": "0.0.0-main-0f4e9903",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file