relay-compiler 14.0.0 → 14.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -74,6 +74,9 @@ file sources, and "listen" to the file changes in the "watch" mode. If
74
74
  - `nodeInterfaceIdField` Configure the name of the globally unique ID field on
75
75
  the Node interface. Useful if you can't use the default `id` field name.
76
76
  [string][default: "id"]
77
+ - `nonNodeIdFields` Restricts the type of all fields named `id` to `ID`.
78
+ - `allowedIdTypes` Mappings from types in your schema to allowed types
79
+ for their fields named `id` (e.g. "ObjectType": "CustomIdType"). [object]
77
80
  - `noFutureProofEnums` For `flow` only. This option controls whether or not a
78
81
  catch-all entry is added to enum type definitions values that may be added in
79
82
  the future. Enabling this means you will have to update your application
package/linux-arm64/relay CHANGED
Binary file
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": "14.0.0",
4
+ "version": "14.1.0",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file