Class: GraphQL::StaticValidation::TypeStack::NullStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/graph_ql/static_validation/type_stack.rb

Overview

A no-op strategy (don’t handle this node)

Class Method Summary collapse

Class Method Details

.newObject



115
# File 'lib/graph_ql/static_validation/type_stack.rb', line 115

def self.new; self; end

.pop(stack, node) ⇒ Object



117
# File 'lib/graph_ql/static_validation/type_stack.rb', line 117

def self.pop(stack, node);   end

.push(stack, node) ⇒ Object



116
# File 'lib/graph_ql/static_validation/type_stack.rb', line 116

def self.push(stack, node);  end