File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
graphql-introspection-query/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ pub struct FullType {
141
141
#[ serde( rename_all = "camelCase" ) ]
142
142
pub struct FullTypeFieldsArgs {
143
143
#[ serde( flatten) ]
144
+ #[ allow( dead_code) ]
144
145
input_value : InputValue ,
145
146
}
146
147
@@ -242,6 +243,7 @@ pub struct SchemaTypes {
242
243
#[ serde( rename_all = "camelCase" ) ]
243
244
pub struct SchemaDirectivesArgs {
244
245
#[ serde( flatten) ]
246
+ #[ allow( dead_code) ]
245
247
input_value : InputValue ,
246
248
}
247
249
@@ -261,6 +263,7 @@ pub struct Schema {
261
263
pub mutation_type : Option < SchemaMutationType > ,
262
264
pub subscription_type : Option < SchemaSubscriptionType > ,
263
265
pub types : Option < Vec < Option < SchemaTypes > > > ,
266
+ #[ allow( dead_code) ]
264
267
directives : Option < Vec < Option < SchemaDirectives > > > ,
265
268
}
266
269
You can’t perform that action at this time.
0 commit comments