relay-compiler 18.2.0 → 19.0.0
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 +1 -1
- package/linux-arm64/relay +0 -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/relay-compiler-config-schema.json +1504 -5547
- package/relay-extensions.graphql +1 -1
- package/win-x64/relay.exe +0 -0
package/README.md
CHANGED
@@ -69,7 +69,7 @@ file sources, and "listen" to the file changes in the "watch" mode. If
|
|
69
69
|
[string]
|
70
70
|
- `excludes` Directories to ignore under `src`. [array] [default:
|
71
71
|
["\*\*/node_modules/\*\*", "\*\*/__mocks__/\*\*", "\*\*/__generated__/\*\*"]]
|
72
|
-
- `schemaExtensions` List of directories with schema extensions. [array]
|
72
|
+
- `schemaExtensions` List of files or directories with schema extensions. [array]
|
73
73
|
- `schemaConfig`
|
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.
|
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
|