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 a82359b commit 2f78713Copy full SHA for 2f78713
graphql_client_codegen/src/shared.rs
@@ -131,7 +131,7 @@ pub(crate) fn response_fields_for_selection(
131
let type_name = Ident::new(&fragment.fragment_name, Span::call_site());
132
Ok(quote!{
133
#[serde(flatten)]
134
- #field_name: #type_name
+ pub #field_name: #type_name
135
})
136
}
137
SelectionItem::InlineFragment(_) => {
0 commit comments