Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Jan 28, 2025
1 parent 2211c6e commit ceac413
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ fn can_use_a_key_on_an_interface_object_type() {
{
iFromS1 {
__typename
id
x
id
}
}
},
Expand Down Expand Up @@ -781,42 +781,42 @@ fn it_handles_interface_object_input_rewrites_when_cloning_dependency_graph() {
{
i {
__typename
i1
i2 {
__typename
t1
}
i1
}
}
},
Parallel {
Flatten(path: "i.i2") {
Fetch(service: "S3") {
Flatten(path: "i") {
Fetch(service: "S2") {
{
... on T {
... on I {
__typename
t1
i1
}
} =>
{
... on T {
__typename
t2
... on I {
i3
}
}
},
},
Flatten(path: "i") {
Fetch(service: "S2") {
Flatten(path: "i.i2") {
Fetch(service: "S4") {
{
... on I {
... on T {
__typename
i1
t1
}
} =>
{
... on I {
i3
... on T {
__typename
t2
}
}
},
Expand Down

0 comments on commit ceac413

Please sign in to comment.