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 bc940ba commit 62cdab5Copy full SHA for 62cdab5
lib/graphql/language/visitor.rb
@@ -147,7 +147,6 @@ def on_node_with_modifications(node, parent)
147
new_parent = new_parent && new_parent.delete_child(node)
148
return nil, new_parent
149
else
150
- # TODO: be less lax here
151
# The user-provided hook didn't make any modifications.
152
# In fact, the hook might have returned who-knows-what, so
153
# ignore the return value and use the original values.
0 commit comments