Class: GraphQL::Language::Parser::SchemaParser
- Inherits:
- 
      GraphQL::Language::Parser
      
        - Object
- GraphQL::Language::Parser
- GraphQL::Language::Parser::SchemaParser
 
- Defined in:
- lib/graphql/language/parser.rb
Constant Summary
Constants included from EmptyObjects
EmptyObjects::EMPTY_ARRAY, EmptyObjects::EMPTY_HASH
Constants included from Nodes
Instance Attribute Summary
Attributes included from Nodes
Instance Method Summary collapse
- 
  
    
      #initialize(*args, **kwargs)  ⇒ SchemaParser 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SchemaParser. 
Methods inherited from GraphQL::Language::Parser
#column_at, #line_at, parse, #parse, parse_file, #tokens_count
Constructor Details
#initialize(*args, **kwargs) ⇒ SchemaParser
Returns a new instance of SchemaParser.
| 845 846 847 848 | # File 'lib/graphql/language/parser.rb', line 845 def initialize(*args, **kwargs) super @dedup_identifiers = true end |