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 2fcc6fa commit 0155b00Copy full SHA for 0155b00
compiler/crates/relay-typegen/src/visit.rs
@@ -2324,10 +2324,7 @@ pub(crate) fn raw_response_visit_selections(
2324
runtime_imports,
2325
custom_scalars,
2326
enclosing_linked_field_concrete_type,
2327
- inline_fragment
2328
- .directives
2329
- .named(*THROW_ON_FIELD_ERROR_DIRECTIVE)
2330
- .is_some(),
+ emit_semantic_types,
2331
),
2332
Selection::LinkedField(linked_field) => {
2333
// Note: We intentionally use the semantic field type here
0 commit comments