-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Data masking] Mask data returned from subscriptions #12038
Conversation
|
e9c8386
to
093a19a
Compare
e35c203
to
31f23fc
Compare
Closes #12024
Masks data returned from subscriptions. This affects a few places:
data
property returned fromuseSubscription
data
passed to theonData
callback inuseSubscription
data
property emitted fromclient.subscribe()
This does not however apply data masking to the
subscriptionData
property passed toupdateQuery
forobservableQuery.subscribeToMore()
as that is used for a cache write.