Module: GraphQL::Schema::NullMask Private
- Defined in:
- lib/graphql/schema/null_mask.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- 
  
    
      .call(member, ctx)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  private
  
    
Class Method Details
.call(member, ctx) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
| 6 7 8 | # File 'lib/graphql/schema/null_mask.rb', line 6 def self.call(member, ctx) false end |