-
Notifications
You must be signed in to change notification settings - Fork 276
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
Update to apollo-compiler v1.0.0-beta.18 #5477
Conversation
@SimonSapin, please consider creating a changeset entry in |
CI performance tests
|
@@ -48,7 +48,7 @@ debug = 1 | |||
# Dependencies used in more than one place are specified here in order to keep versions in sync: | |||
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table | |||
[workspace.dependencies] | |||
apollo-compiler = "=1.0.0-beta.17" | |||
apollo-compiler = "=1.0.0-beta.18" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is a draft for now because this version does not exist yet
@@ -80,38 +79,6 @@ pub(crate) fn directive_required_string_argument( | |||
}) | |||
} | |||
|
|||
pub(crate) fn directive_optional_fieldset_argument( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the same as directive_optional_string_argument
} | ||
} | ||
|
||
pub(crate) fn directive_required_fieldset_argument( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the same as directive_required_string_argument
% Conflicts: % Cargo.lock % apollo-federation/src/merge.rs % apollo-federation/src/query_graph/graph_path.rs % apollo-router/src/query_planner/bridge_query_planner.rs % apollo-router/src/query_planner/dual_query_planner.rs
@@ -128,7 +128,7 @@ async fn test_validation_error() { | |||
} | |||
}, | |||
{ | |||
"message": "Field \"topProducts\" of type \"Product\" must have a selection of subfields. Did you mean \"topProducts { ... }\"?", | |||
"message": "Field \"topProducts\" of type \"Query\" must have a selection of subfields. Did you mean \"topProducts { ... }\"?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous message was wrong. apollographql/apollo-rs#865 fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i at least skimmed every file and nothing really jumped out.
apollographql/apollo-rs#868 introduced some breaking changes that cause a large but not complex diff here.