Add a new FF for data plugin to allow customers to opt-in for a subscriptions field redaction behavior.
If the feature flag is disabled (when set to false), relational fields will be over-redacted in mutations response and subscribed clients won't receive this data in payload.
If the feature flag is enabled (when set to true), subscriptions will inherit the auth rules of the model for the relational fields. It means that the relational fields won't be over-redacted on mutations.
Add a new FF for data plugin to allow customers to opt-in for a subscriptions field redaction behavior.
false
), relational fields will be over-redacted in mutations response and subscribed clients won't receive this data in payload.true
), subscriptions will inherit the auth rules of the model for the relational fields. It means that the relational fields won't be over-redacted on mutations.