relay-compiler 0.0.0-main-ac9120d3 → 0.0.0-main-df2378df

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 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-compiler",
3
3
  "description": "A compiler tool for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-ac9120d3",
4
+ "version": "0.0.0-main-df2378df",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -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