We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e8ba2 commit 4c2cc27Copy full SHA for 4c2cc27
store/test-store/tests/graphql/introspection.rs
@@ -617,6 +617,7 @@ async fn satisfies_graphiql_introspection_query_with_fragments() {
617
// needs to be regenerated, uncomment this line, and save the output in
618
// mock_introspection.json
619
//
620
+ // println!("{}", graph::prelude::serde_json::to_string(&data).unwrap());
621
assert!(same_value(&data, &expected_mock_schema_introspection()));
622
}
623
0 commit comments