lib/graphql/language/nodes.rb in graphql-2.3.1 vs lib/graphql/language/nodes.rb in graphql-2.3.2
- old
+ new
@@ -360,9 +360,10 @@
scalar_methods :name, :repeatable
children_methods(
arguments: Nodes::Argument,
locations: Nodes::DirectiveLocation,
)
+ self.children_method_name = :definitions
end
# An enum value. The string is available as {#name}.
class Enum < NameOnlyNode
end