relay-compiler 0.0.0-main-84ea7a01 → 0.0.0-main-d9628ba3
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/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 +2 -1
- package/win-x64/relay.exe +0 -0
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
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
]
|
|
307
307
|
},
|
|
308
308
|
"ConnectionInterface": {
|
|
309
|
-
"description": "Configuration where Relay should expect some fields in the schema.",
|
|
309
|
+
"description": "Configuration where Relay should expect some fields in the schema.\n\n**Important**: When you configure this option in the compiler, you must also configure\nthe Relay runtime to match by calling `ConnectionInterface.inject()` with the same values.\nSee: <https://relay.dev/docs/api-reference/runtime-config/#connectioninterface>",
|
|
310
310
|
"type": "object",
|
|
311
311
|
"properties": {
|
|
312
312
|
"cursor": {
|
|
@@ -1250,6 +1250,7 @@
|
|
|
1250
1250
|
"type": "object",
|
|
1251
1251
|
"properties": {
|
|
1252
1252
|
"connectionInterface": {
|
|
1253
|
+
"description": "Configuration for connection field names in the schema.\n\n**Important**: When you configure this option in the compiler, you must also configure\nthe Relay runtime to match by calling `ConnectionInterface.inject()` with the same values.\nSee: <https://relay.dev/docs/api-reference/runtime-config/#connectioninterface>",
|
|
1253
1254
|
"$ref": "#/$defs/ConnectionInterface",
|
|
1254
1255
|
"default": {
|
|
1255
1256
|
"cursor": "cursor",
|
package/win-x64/relay.exe
CHANGED
|
Binary file
|