Module: GraphQL::Language::Nodes
- Defined in:
 - lib/graphql/language/nodes.rb
 
Defined Under Namespace
Classes: AbstractNode, Argument, Directive, DirectiveDefinition, DirectiveLocation, Document, Enum, EnumTypeDefinition, EnumTypeExtension, EnumValueDefinition, Field, FieldDefinition, FragmentDefinition, FragmentSpread, InlineFragment, InputObject, InputObjectTypeDefinition, InputObjectTypeExtension, InputValueDefinition, InterfaceTypeDefinition, InterfaceTypeExtension, ListType, NameOnlyNode, NonNullType, NullValue, ObjectTypeDefinition, ObjectTypeExtension, OperationDefinition, ScalarTypeDefinition, ScalarTypeExtension, SchemaDefinition, SchemaExtension, TypeName, UnionTypeDefinition, UnionTypeExtension, VariableDefinition, VariableIdentifier, WrapperType
Instance Attribute Summary collapse
- 
  
    
      #default_value  ⇒ String, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Ruby value to use if no other value is provided.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for this variable, without
$. - 
  
    
      #type  ⇒ TypeName, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected type of this value.
 
Instance Attribute Details
#default_value ⇒ String, ...
Returns A Ruby value to use if no other value is provided
| 
       | 
    
      # File 'lib/graphql/language/nodes.rb', line 476
     | 
  
#name ⇒ String
Returns The identifier for this variable, without $
| 
       | 
    
      # File 'lib/graphql/language/nodes.rb', line 402
     | 
  
#type ⇒ TypeName, ...
Returns The expected type of this value
| 
       | 
    
      # File 'lib/graphql/language/nodes.rb', line 418
     |