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 24da4fb commit a7952d6Copy full SHA for a7952d6
graphql_client_codegen/src/schema.rs
@@ -272,7 +272,7 @@ impl<'schema> ::std::convert::From<&'schema crate::introspection_response::Intro
272
})
273
.filter_map(|t| t)
274
.collect();
275
- let mut enm = GqlEnum {
+ let enm = GqlEnum {
276
name,
277
description: ty.description.as_ref().map(|s| s.as_str()),
278
variants,
0 commit comments