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 2f78713 commit 3d449d6Copy full SHA for 3d449d6
graphql_client_codegen/src/shared.rs
@@ -135,7 +135,7 @@ pub(crate) fn response_fields_for_selection(
135
})
136
}
137
SelectionItem::InlineFragment(_) => {
138
- Err(format_err!("inline fragment on object field"))?
+ Err(format_err!("unimplemented: inline fragment on object field"))?
139
140
141
.filter(|x| match x {
0 commit comments