Class: GraphQL::Language::Nodes::ListType

Inherits:
Object
  • Object
show all
Defined in:
lib/graphql/libgraphqlparser/monkey_patches/abstract_node.rb

Instance Method Summary collapse

Instance Method Details

#typeObject



15
# File 'lib/graphql/libgraphqlparser/monkey_patches/abstract_node.rb', line 15

def type; self.of_type; end

#type=(inner_type) ⇒ Object



12
13
14
# File 'lib/graphql/libgraphqlparser/monkey_patches/abstract_node.rb', line 12

def type=(inner_type)
  self.of_type = inner_type
end