relay-compiler 15.0.0 → 16.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 -0
- 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-extensions.graphql +0 -3
- package/win-x64/relay.exe +0 -0
package/README.md
CHANGED
|
@@ -73,6 +73,7 @@ file sources, and "listen" to the file changes in the "watch" mode. If
|
|
|
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.
|
|
76
|
+
- `nodeInterfaceIdVariableName` Specifies the name of the variable expected by the `node` query to pass the Node id.
|
|
76
77
|
[string][default: "id"]
|
|
77
78
|
- `nonNodeIdFields` Restricts the type of all fields named `id` to `ID`.
|
|
78
79
|
- `allowedIdTypes` Mappings from types in your schema to allowed types
|
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
package/relay-extensions.graphql
CHANGED
|
@@ -214,9 +214,6 @@ will be prepended to its parent connection.
|
|
|
214
214
|
"""
|
|
215
215
|
directive @prependNode(connections: [ID!]!, edgeTypeName: String!) on FIELD
|
|
216
216
|
|
|
217
|
-
# RelayClientComponentTransform
|
|
218
|
-
directive @relay_client_component on FRAGMENT_SPREAD
|
|
219
|
-
|
|
220
217
|
# RelayResolver
|
|
221
218
|
directive @relay_resolver(
|
|
222
219
|
fragment_name: String!
|
package/win-x64/relay.exe
CHANGED
|
Binary file
|