Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apollo-federation/src/operation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3911,7 +3911,9 @@ pub(crate) fn normalize_operation(
variables: Arc::new(operation.variables.clone()),
directives: operation.directives.clone().into(),
selection_set: normalized_selection_set,
named_fragments,
// fragments were already expanded into selection sets
// new ones will be generated when optimizing the final subgraph fetch operations
named_fragments: Default::default(),
};
Ok(normalized_operation)
}
Expand Down
674 changes: 0 additions & 674 deletions apollo-federation/src/operation/optimize.rs

Large diffs are not rendered by default.

Loading