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

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

Overview

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

Class Method Summary collapse

Class Method Details

.newObject



153
# File 'lib/graphql/static_validation/type_stack.rb', line 153

def self.new; self; end

.pop(stack, node) ⇒ Object



155
# File 'lib/graphql/static_validation/type_stack.rb', line 155

def self.pop(stack, node);   end

.push(stack, node) ⇒ Object



154
# File 'lib/graphql/static_validation/type_stack.rb', line 154

def self.push(stack, node);  end