We have a Category type (https://github.com/artsy/convection/blob/2262bfdecc87a8d7e30f2f144b980d401849eeb3/app/graph/types/category_type.rb#L2) in Convection that is clobbering a local type in MP:
This is causing Market Insights to be broken in Production.
This also is preventing us from turning this feature flag on in production (cc @joeyAghion @orta )
Proposal: all conflicting types that currently exist need to be whitelisted (if one should overwrite and take precedence another), or, in this case- they need to be renamed or namespaced at merge time.
We have a
Categorytype (https://github.com/artsy/convection/blob/2262bfdecc87a8d7e30f2f144b980d401849eeb3/app/graph/types/category_type.rb#L2) in Convection that is clobbering a local type in MP:metaphysics/src/schema/partner.js
Line 23 in 91c249d
This is causing
Market Insightsto be broken in Production.This also is preventing us from turning this feature flag on in production (cc @joeyAghion @orta )
Proposal: all conflicting types that currently exist need to be whitelisted (if one should overwrite and take precedence another), or, in this case- they need to be renamed or namespaced at merge time.