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



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

def self.new; self; end

.pop(stack, node) ⇒ Object



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

def self.pop(stack, node);   end

.push(stack, node) ⇒ Object



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

def self.push(stack, node);  end