Skip to content

Commit 52ebd27

Browse files
committed
fix bug: we dont want to render WithLocation here
1 parent 15ae24f commit 52ebd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/graphql_lang_types/src/value.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl fmt::Display for GraphQLConstantValue {
5454
"[{}]",
5555
value
5656
.iter()
57-
.map(|item| item.to_string())
57+
.map(|item| item.item.to_string())
5858
.collect::<Vec<String>>()
5959
.join(", ")
6060
)),

0 commit comments

Comments
 (0)