Skip to content

Commit 0e63289

Browse files
conwuegbtninesling
andauthored
Port compose.directiveArgumentMergeStrategies.test.ts to router (#8311)
Co-authored-by: Taylor Ninesling <taylor.ninesling@apollographql.com>
1 parent c1f4949 commit 0e63289

File tree

3 files changed

+622
-14
lines changed

3 files changed

+622
-14
lines changed

apollo-federation/tests/composition/compose_validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ fn merge_validations_reject_if_no_subgraphs_have_query() {
166166
assert_composition_errors(
167167
&result,
168168
&[(
169-
"NO_QUERIES",
169+
"QUERY_ROOT_MISSING",
170170
"No queries found in any subgraph: a supergraph must have a query root type.",
171171
)],
172172
);

0 commit comments

Comments
 (0)