v19.0.0
Version 19.0.0 Release Notes
Relay 19.0.0 includes many documementation improvements, bug fixes, and improved capabilities.
@alias required on conditional fragments
To improve type safety, the @alias directive is now required on all fragments that are only conditionally fetched either due to @skip/@include or fragment type conditions which only conditionally match. You can opt out of this validation on a per-fragment basis with the @dangerously_unaliased_fixme directive.
To enable incremental migration we include a codemod which will automatically add the in all required places: