rescript-relay 3.3.0 → 3.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # master
2
2
 
3
+ # 3.4.0
4
+
5
+ - Add support for `@exhaustive` - a directive to trigger exhaustiveness checks for unions at the GraphQL operation level.
6
+ - **BREAKING** Drop `__typename` in inline records, since that conflicts with using `@tag("__typename")` in ReScript v12 and is not necessary since `__typename` is set automatically via `@tag`.
7
+
3
8
  # 3.3.0
4
9
 
5
10
  - Add support for top level `@catch` on fragments on unions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rescript-relay",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "main": "src/RescriptRelay.res",
5
5
  "license": "MIT",
6
6
  "author": "Gabriel Nordeborn",
package/ppx-linux CHANGED
Binary file
package/ppx-macos-arm64 CHANGED
Binary file
package/ppx-macos-latest CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file