module GraphQL::Language::Nodes::AbstractNode::Scalars::Name

Public Instance Methods

scalars() click to toggle source
Calls superclass method
# File lib/graphql/language/nodes.rb, line 15
def scalars
  super + [name]
end