Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stitching issues/namespacing #1017

Open
mzikherman opened this issue Apr 20, 2018 · 3 comments
Open

Stitching issues/namespacing #1017

mzikherman opened this issue Apr 20, 2018 · 3 comments

Comments

@mzikherman
Copy link
Contributor

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.

@mzikherman
Copy link
Contributor Author

cc @sweir27

Auction pages are broken on staging, see https://artsy.slack.com/archives/C9RU02REJ/p1524254326000402 for a more in-depth discussion.

It looks like an issue with querying multiple things at the root on the merged schema:

artwork {

}
sales {

}

@alloy
Copy link
Contributor

alloy commented May 2, 2018

There’s also #833. Should that be closed?

@orta
Copy link
Contributor

orta commented May 2, 2018

I have a test for

artwork {

}
sales {

}

in #1032 and it doesn't fail. So maybe in the graphql-tools updates, it got fixed? https://github.com/artsy/metaphysics/pull/1032/files#diff-d31a8dd3038dea5e2eaa799da25c1080R53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants