relay-compiler 0.0.0-main-f3d0bed1 → 0.0.0-main-8fbc0b9c
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 +15 -0
- 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
|
@@ -633,6 +633,17 @@
|
|
|
633
633
|
}
|
|
634
634
|
]
|
|
635
635
|
},
|
|
636
|
+
"allow_output_type_resolvers": {
|
|
637
|
+
"description": "@outputType resolvers are a discontinued experimental feature. This flag allows users to allowlist old uses of this feature while they work to remove them. Weak types (types without an `id` field) returned by a Relay Resolver should be limited to types defined using `@RelayResolver` with `@weak`.\n\nIf using the \"limited\" feature flag variant, users can allowlist a specific list of field names.\n\nhttps://relay.dev/docs/next/guides/relay-resolvers/defining-types/#defining-a-weak-type",
|
|
638
|
+
"default": {
|
|
639
|
+
"kind": "disabled"
|
|
640
|
+
},
|
|
641
|
+
"allOf": [
|
|
642
|
+
{
|
|
643
|
+
"$ref": "#/definitions/FeatureFlag"
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
},
|
|
636
647
|
"allow_required_in_mutation_response": {
|
|
637
648
|
"description": "@required with an action of THROW is read-time feature that is not compatible with our mutation APIs. We are in the process of removing any existing examples, but this flag is part of a process of removing any existing examples.",
|
|
638
649
|
"default": {
|
|
@@ -799,6 +810,7 @@
|
|
|
799
810
|
"type": "boolean"
|
|
800
811
|
},
|
|
801
812
|
"relay_resolver_enable_interface_output_type": {
|
|
813
|
+
"description": "Enable returning interfaces from Relay Resolvers without @outputType",
|
|
802
814
|
"default": {
|
|
803
815
|
"kind": "disabled"
|
|
804
816
|
},
|
|
@@ -1016,6 +1028,9 @@
|
|
|
1016
1028
|
"actor_change_support": {
|
|
1017
1029
|
"kind": "disabled"
|
|
1018
1030
|
},
|
|
1031
|
+
"allow_output_type_resolvers": {
|
|
1032
|
+
"kind": "disabled"
|
|
1033
|
+
},
|
|
1019
1034
|
"allow_required_in_mutation_response": {
|
|
1020
1035
|
"kind": "disabled"
|
|
1021
1036
|
},
|
package/win-x64/relay.exe
CHANGED
|
Binary file
|