Skip to content

3.4.0

Choose a tag to compare

@zth zth released this 07 Oct 09:25
· 33 commits to master since this release
  • Add support for @exhaustive - a directive to trigger exhaustiveness checks for unions at the GraphQL operation level.
  • 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.