relay-compiler 0.0.0-main-ac9120d3 → 0.0.0-main-132935c6
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-extensions.graphql +13 -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
package/relay-extensions.graphql
CHANGED
|
@@ -22,6 +22,19 @@ directive @no_inline(raw_response_type: Boolean) on FRAGMENT_DEFINITION
|
|
|
22
22
|
"""
|
|
23
23
|
(Relay only)
|
|
24
24
|
|
|
25
|
+
A directive added to queries and fragments which causes the Relay client to throw
|
|
26
|
+
if reading a field that has an error. Relay will also honor the @semanticNonNull
|
|
27
|
+
direcitve on fields read from that query or fragment. Emitted types for such
|
|
28
|
+
fields will be non-null. Requires the `experimental_emit_semantic_nullability_types`
|
|
29
|
+
typegen configuration to be enabled.
|
|
30
|
+
|
|
31
|
+
[Read More](https://relay.dev/docs/api-reference/graphql-and-directives/)
|
|
32
|
+
"""
|
|
33
|
+
directive @throwOnFieldError on QUERY | FRAGMENT_DEFINITION
|
|
34
|
+
|
|
35
|
+
"""
|
|
36
|
+
(Relay only)
|
|
37
|
+
|
|
25
38
|
A directive added to queries which tells Relay to generate types that cover
|
|
26
39
|
the `optimisticResponse` parameter to `commitMutation`.
|
|
27
40
|
|
package/win-x64/relay.exe
CHANGED
|
Binary file
|