We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439ef03 commit 4d5e07cCopy full SHA for 4d5e07c
1 file changed
lib/graphql/internal_representation/node.rb
@@ -15,6 +15,7 @@ def any?; false; end
15
def none?; true; end
16
def [](key); CHILDREN; end
17
def each; end
18
+
19
# Compatibility for when this was an Array:
20
def method_missing(method_name, *args, &block)
21
if CHILDREN.respond_to?(method_name)
0 commit comments