relay-compiler 19.0.0 → 20.1.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 -125
- 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 +483 -640
- package/relay-extensions.graphql +2 -1
- package/win-x64/relay.exe +0 -0
package/relay-extensions.graphql
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
|
6
6
|
directive @relay_test_operation(
|
7
7
|
DO_NOT_USE_use_in_production: Boolean = false @static
|
8
|
+
emitRawText: Boolean = false @static
|
8
9
|
) on QUERY | MUTATION | SUBSCRIPTION
|
9
10
|
|
10
11
|
"""
|
@@ -26,7 +27,7 @@ directive @no_inline(raw_response_type: Boolean) on FRAGMENT_DEFINITION
|
|
26
27
|
|
27
28
|
A directive added to queries and fragments which causes the Relay client to throw
|
28
29
|
if reading a field that has an error. Relay will also honor the @semanticNonNull
|
29
|
-
|
30
|
+
directive on fields read from that query or fragment. Emitted types for such
|
30
31
|
fields will be non-null. Requires the `experimental_emit_semantic_nullability_types`
|
31
32
|
typegen configuration to be enabled.
|
32
33
|
|
package/win-x64/relay.exe
CHANGED
Binary file
|