Skip to content

Commit

Permalink
accept snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 4, 2024
1 parent 3d8021f commit 8d141d9
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions apollo-federation/tests/query_plan/build_query_plan_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1318,9 +1318,19 @@ fn condition_order_router799() {
}
"#,
@r###"
QueryPlan {
...
}
"###
QueryPlan {
Include(if: $var1) {
Skip(if: $var0) {
Fetch(service: "books") {
{
... on Mutation {
field0: __typename
}
}
},
},
},
}
"###
);
}

0 comments on commit 8d141d9

Please sign in to comment.