3.4.0
- Add support for
@exhaustive- a directive to trigger exhaustiveness checks for unions at the GraphQL operation level. - BREAKING Drop
__typenamein inline records, since that conflicts with using@tag("__typename")in ReScript v12 and is not necessary since__typenameis set automatically via@tag.