Skip to content

Commit 9cb8884

Browse files
committed
Cover input object fields with positive tests
1 parent b4f22d0 commit 9cb8884

File tree

2 files changed

+337
-4
lines changed

2 files changed

+337
-4
lines changed

juniper_codegen/src/common/field/arg.rs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ use syn::{
1414
token,
1515
};
1616

17-
use crate::common::{Description, SpanContainer, default, diagnostic, filter_attrs, parse::{
18-
ParseBufferExt as _, TypeExt as _,
19-
attr::{OptionExt as _, err},
20-
}, path_eq_single, rename, scalar, deprecation};
17+
use crate::common::{
18+
Description, SpanContainer, default, deprecation, diagnostic, filter_attrs,
19+
parse::{
20+
ParseBufferExt as _, TypeExt as _,
21+
attr::{OptionExt as _, err},
22+
},
23+
path_eq_single, rename, scalar,
24+
};
2125

2226
/// Available metadata (arguments) behind `#[graphql]` attribute placed on a
2327
/// method argument, when generating code for [GraphQL argument][1].

0 commit comments

Comments
 (0)