You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To aid in migrating to data masking, we've included a warning when a would-be masked field is accessed (#11919). This however is triggering too often because we have internal client code (such as cache.identify) which trigger the getter on those fields, such as when a spread operator is used. This results in a noisy console even when the end user isn't actually accessing those fields.
The text was updated successfully, but these errors were encountered:
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.
To aid in migrating to data masking, we've included a warning when a would-be masked field is accessed (#11919). This however is triggering too often because we have internal client code (such as
cache.identify
) which trigger theget
ter on those fields, such as when a spread operator is used. This results in a noisy console even when the end user isn't actually accessing those fields.The text was updated successfully, but these errors were encountered: