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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

update causality schema #2867

Merged
merged 1 commit into from Dec 4, 2020
Merged

update causality schema #2867

merged 1 commit into from Dec 4, 2020

Conversation

erikdstock
Copy link
Contributor

This is a followup to https://github.com/artsy/causality/pull/861 (already in staging, not production) which fixed some ID-typed args that had been changed to Strings. I don't think we are currently using any of these argument-containing fields in metaphysics.

Please let me know if this isn't the right way to go about this schema upgrade 馃

@@ -236,7 +236,7 @@ type Query {
): LotStandingConnection!

"Returns an increment policy with specific `id`."
incrementPolicy(id: String!): IncrementPolicy
incrementPolicy(id: ID!): IncrementPolicy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not showing up in the resulting MP schema updates above. I think it's because they are not permitted when merging schemas. But let me know if I am wrong.

@starsirius
Copy link
Member

Merging! I think from the MP perspective, it's just a description update. We'll see client updates submitted automatically shortly, e.g. Force, Eigen, and Volt.

@starsirius starsirius merged commit e7e280c into master Dec 4, 2020
@artsy-peril artsy-peril bot mentioned this pull request Dec 4, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants