Skip to content

Commit a9dd194

Browse files
committed
Merge branch 'master' into dependabot/npm_and_yarn/juniper/graphiql-5.1.1
2 parents 82de281 + 4629887 commit a9dd194

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/integration/tests/arc_fields.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(dead_code, reason = "GraphQL schema testing")]
2+
13
use std::sync::Arc;
24

35
use juniper::{GraphQLInputObject, graphql_object};

tests/integration/tests/infallible_as_field_error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(dead_code, reason = "GraphQL schema testing")]
2+
13
use std::convert::Infallible;
24

35
use juniper::graphql_object;

0 commit comments

Comments
 (0)