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



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

def self.new; self; end

.pop(stack, node) ⇒ Object



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

def self.pop(stack, node);   end

.push(stack, node) ⇒ Object



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

def self.push(stack, node);  end