Skip to content

Specify merge policy for VSD graphql types

Ezekiel Kigbo requested to merge 417771-specify-merge-policy-for-vsd-types into master

What does this MR do and why?

Specify merge policy for VSD graphql types, these graphql response don't have an associated ID which results in a cache data warning.

Fixes a console warning for possible lost cache data when merging responses for:

Related to #417771 (closed) since this is breaking some new feature tests I've been writing.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No visual changes - only illustrating the fixed console warning.

Before After
Screenshot_2024-01-23_at_11.13.53_am Screenshot_2024-01-23_at_10.52.11_am

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #417771 (closed)

Edited by Ezekiel Kigbo

Merge request reports