Exception: GraphQL::Testing::Helpers::TypeNotVisibleError
Instance Method Summary collapse
- 
  
    
      #initialize(type_name:)  ⇒ TypeNotVisibleError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TypeNotVisibleError.
 
Constructor Details
#initialize(type_name:) ⇒ TypeNotVisibleError
Returns a new instance of TypeNotVisibleError.
      15 16 17 18  | 
    
      # File 'lib/graphql/testing/helpers.rb', line 15 def initialize(type_name:) = "`#{type_name}` should be `visible?` this field resolution and `context`, but it was not" super() end  |