Skip to content

Stitching issues/namespacing #1017

@mzikherman

Description

@mzikherman

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:

name: "Category",

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions