Skip to content

Commit

Permalink
Remove stale TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tninesling committed Mar 3, 2025
1 parent 1e9e16a commit b48854a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apollo-federation/src/schema/field_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ pub(crate) fn collect_target_fields_from_field_set(
// This case exists for when a directive's field set uses an interface I with implementer O, and conditions
// I on O, but the actual phrase "type O implements I" only exists in another subgraph. Ideally, this wouldn't
// be allowed, but it would be a breaking change to remove it, thus it's supported for legacy reasons.
// TODO: Check if we need to take this path for other directives as well
Valid::assume_valid(FieldSet::parse(
schema,
parent_type_name,
Expand Down

0 comments on commit b48854a

Please sign in to comment.