Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MedHeikelBouzayene committed Jan 5, 2025
1 parent 484b8c2 commit 1c87ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/jit/transform/graphql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ fn format_selection_set<'a, A: 'a + Display + JsonLikeOwned>(
//Don't force user to query the type and get it automatically
if is_parent_interface {
normal_fields.push("__typename".to_owned());
normal_fields.push(fragments_set.join(" "));
}
normal_fields.push(fragments_set.join(" "));
Some(format!("{{ {} }}", normal_fields.join(" ")))
}

Expand Down

0 comments on commit 1c87ef8

Please sign in to comment.