Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 349 Bytes

File metadata and controls

5 lines (4 loc) · 349 Bytes
@apollo/client patch

Fix a bug where GraphQL variable default values were not applied during cache reads when variables with defaults were explicitly set to undefined. This caused @include/@skip directives to throw "Invalid variable referenced" errors when the variable was passed as undefined instead of being omitted entirely.