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

router-bridge: Update to @apollo/query-planner@2.0.0-alpha.6 #35

Merged
merged 2 commits into from
Feb 14, 2022

Conversation

abernix
Copy link
Member

@abernix abernix commented Feb 14, 2022

This is expected since the [Ref]erenced PR introduced it!

Ref: apollographql/federation#1427
@@ -10,7 +10,8 @@ expression: "serde_json::to_string_pretty(&plan::<serde_json::Value>(Operational
"kind": "Fetch",
"serviceName": "accounts",
"variableUsages": [],
"operation": "{me{name{first last}}}"
"operation": "{me{name{first last}}}",
"operationKind": "query"
}
}
}
Copy link
Member Author

Choose a reason for hiding this comment

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

It's worth noting that the cargo insta review also wanted me to add a:

assertion_line: 174

...directly under the source: router-bridge/src/plan.rs at the top of this .snap file (becoming line 3, and pushing the current line 3 down), but I did not include that:

image

Copy link
Contributor

@o0Ignition0o o0Ignition0o left a comment

Choose a reason for hiding this comment

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

LGTM :shipit:

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.

2 participants