Method: TinyGQL::Nodes::NotNullType#accept

Defined in:
lib/tinygql/nodes.rb

#accept(viz) ⇒ Object



168
169
170
# File 'lib/tinygql/nodes.rb', line 168

def accept viz
  viz.handle_not_null_type self
end