Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb71a7e

Browse files
committedOct 7, 2019
Walk down selection of inline fragment
1 parent db9310e commit cb71a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/query/query_visitor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,5 @@ fn walk_fragment_spread<'ast, V: QueryVisitor<'ast>>(visitor: &mut V, node: &'as
223223

224224
fn walk_inline_fragment<'ast, V: QueryVisitor<'ast>>(visitor: &mut V, node: &'ast InlineFragment) {
225225
visitor.visit_inline_fragment(node);
226+
walk_selection_set(visitor, &node.selection_set);
226227
}

0 commit comments

Comments
 (0)
Please sign in to comment.