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



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

def self.new; self; end

.pop(stack, node) ⇒ Object



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

def self.pop(stack, node);   end

.push(stack, node) ⇒ Object



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

def self.push(stack, node);  end