relay-compiler 18.2.0 → 20.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 -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 +1556 -5549
- package/relay-extensions.graphql +2 -2
- package/win-x64/relay.exe +0 -0
package/relay-extensions.graphql
CHANGED
@@ -26,7 +26,7 @@ directive @no_inline(raw_response_type: Boolean) on FRAGMENT_DEFINITION
|
|
26
26
|
|
27
27
|
A directive added to queries and fragments which causes the Relay client to throw
|
28
28
|
if reading a field that has an error. Relay will also honor the @semanticNonNull
|
29
|
-
|
29
|
+
directive on fields read from that query or fragment. Emitted types for such
|
30
30
|
fields will be non-null. Requires the `experimental_emit_semantic_nullability_types`
|
31
31
|
typegen configuration to be enabled.
|
32
32
|
|
@@ -367,4 +367,4 @@ If added to a query, resolvers in that query to run at exec-time, rather than re
|
|
367
367
|
This means the resolvers are run when the query data is requested rather than when the
|
368
368
|
query is used (i.e. when the network request is made instead of at render time).
|
369
369
|
"""
|
370
|
-
directive @exec_time_resolvers on QUERY
|
370
|
+
directive @exec_time_resolvers(enabledProvider: String) on QUERY
|
package/win-x64/relay.exe
CHANGED
Binary file
|