Skip to content

Commit 37eb48c

Browse files
Steven Chaitofffacebook-github-bot
authored andcommitted
Make crate and parse validation error metadata [1/n]
Reviewed By: ginfung Differential Revision: D67699440 fbshipit-source-id: c9b86b87d2d24ebcc396ac461fcf6358767a26cf
1 parent 4798edf commit 37eb48c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler/crates/graphql-ir/src/errors.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ use intern::Lookup;
1818
use schema::suggestion_list::did_you_mean;
1919
use schema::Type;
2020
use schema::TypeReference;
21+
use serde::Deserialize;
2122
use thiserror::Error;
2223

2324
use crate::ir::FragmentDefinitionName;
2425
use crate::VariableName;
2526

2627
#[derive(
28+
Debug,
29+
Deserialize,
2730
Eq,
31+
Hash,
2832
Ord,
2933
PartialEq,
3034
PartialOrd,

0 commit comments

Comments
 (0)