Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Apr 26, 2024
1 parent 39e5469 commit 691181d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/execution/interpreter/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def evaluate_selection(result_name, field_ast_nodes_or_ast_node, is_eager_field,
end
field_name = ast_node.name
owner_type = selections_result.graphql_result_type
field_defn = query.warden.get_field(owner_type, field_name) || binding.pry
field_defn = query.warden.get_field(owner_type, field_name)

# Set this before calling `run_with_directives`, so that the directive can have the latest path
runtime_state = get_current_runtime_state
Expand Down

0 comments on commit 691181d

Please sign in to comment.