Skip to content

Commit 9561a2d

Browse files
committed
fixes
1 parent 7533fc1 commit 9561a2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

node/src/manager/commands/query.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ pub async fn run(
3131
};
3232

3333
let document = graphql_parser::parse_query(&query)?.into_static();
34-
35-
// Ideally, `validate` phase should happen here, but we don't have teh schema at this point,
36-
// so we cann it in `graphql/runner.rs` instead, where we have the api schema loaded.
34+
// Ideally, `validate` phase should happen here, but we don't have the schema at this point,
35+
// so we call it in `graphql/runner.rs` instead, where we have the api schema loaded.
3736

3837
let vars: Vec<(String, r::Value)> = vars
3938
.into_iter()

0 commit comments

Comments
 (0)