facebook / relay

Relay is a JavaScript framework for building data-driven React applications.
https://relay.dev
MIT License
18.24k stars 1.8k forks source link

Add code action to create missing operation variable #4680

Open tobias-tengler opened 1 month ago

tobias-tengler commented 1 month ago

Depends on #4679

This extends the ExpectedOperationVariableToBeDefined error to include the variable name and type in the diagnostic data. Using this data we create a code action that appends the missing variable with the correct type to the operation variables.