Module: GraphQL::StaticValidation::TypeStack::NullStrategy

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

.pop(stack, node) ⇒ Object



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

def self.pop(stack, node);   end

.push(stack, node) ⇒ Object



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

def self.push(stack, node);  end