Skip to content

Commit 3d449d6

Browse files
committed
graphql_query_derive: mention that inline fragments are unimplemented
1 parent 2f78713 commit 3d449d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/src/shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub(crate) fn response_fields_for_selection(
135135
})
136136
}
137137
SelectionItem::InlineFragment(_) => {
138-
Err(format_err!("inline fragment on object field"))?
138+
Err(format_err!("unimplemented: inline fragment on object field"))?
139139
}
140140
})
141141
.filter(|x| match x {

0 commit comments

Comments
 (0)