relay-compiler 0.0.0-main-48351593 → 0.0.0-main-c0aeb677

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -77,7 +77,7 @@ file sources, and "listen" to the file changes in the "watch" mode. If
77
77
  - `nonNodeIdFields` Restricts the type of all fields named `id` to `ID`.
78
78
  - `allowedIdTypes` Mappings from types in your schema to allowed types
79
79
  for their fields named `id` (e.g. "ObjectType": "CustomIdType"). [object]
80
- - `noFutureProofEnums` For `flow` only. This option controls whether or not a
80
+ - `noFutureProofEnums` This option controls whether or not a
81
81
  catch-all entry is added to enum type definitions values that may be added in
82
82
  the future. Enabling this means you will have to update your application
83
83
  whenever the GraphQL server schema adds new enum values to prevent it from
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-48351593",
4
+ "version": "0.0.0-main-c0aeb677",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file