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
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.
The text was updated successfully, but these errors were encountered:
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:metaphysics/src/schema/partner.js
Line 23 in 91c249d
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.
The text was updated successfully, but these errors were encountered: