Exception: GraphQL::LiteralValidationError
- Defined in:
 - lib/graphql/literal_validation_error.rb
 
Instance Attribute Summary collapse
- 
  
    
      #ast_value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute ast_value.
 
Instance Attribute Details
#ast_value ⇒ Object
Returns the value of attribute ast_value
      4 5 6  | 
    
      # File 'lib/graphql/literal_validation_error.rb', line 4 def ast_value @ast_value end  |