 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package types represents all types from the GraphQL specification in code.
The names of the Go types, whenever possible, match 1:1 with the names from the specification.
Deprecated: Use package ast instead. This package will be deleted in future versions of the library.
Index ¶
- type Argumentdeprecated
- type ArgumentListdeprecated
- type ArgumentsDefinitiondeprecated
- type Directivedeprecated
- type DirectiveDefinitiondeprecated
- type DirectiveListdeprecated
- type EnumTypeDefinitiondeprecated
- type EnumValueDefinitiondeprecated
- type ExecutableDefinitiondeprecated
- type Extensiondeprecated
- type Fielddeprecated
- type FieldDefinitiondeprecated
- type FieldsDefinitiondeprecated
- type Fragmentdeprecated
- type FragmentDefinitiondeprecated
- type FragmentListdeprecated
- type FragmentSpreaddeprecated
- type Identdeprecated
- type InlineFragmentdeprecated
- type InputObjectdeprecated
- type InputValueDefinitiondeprecated
- type InputValueDefinitionListdeprecated
- type InterfaceTypeDefinitiondeprecated
- type Listdeprecated
- type ListValuedeprecated
- type NamedTypedeprecated
- type NonNulldeprecated
- type NullValuedeprecated
- type ObjectFielddeprecated
- type ObjectTypeDefinitiondeprecated
- type ObjectValuedeprecated
- type OperationDefinitiondeprecated
- type OperationListdeprecated
- type OperationTypedeprecated
- type PrimitiveValuedeprecated
- type ScalarTypeDefinitiondeprecated
- type Schemadeprecated
- type Selectiondeprecated
- type SelectionSetdeprecated
- type Typedeprecated
- type TypeNamedeprecated
- type Uniondeprecated
- type Valuedeprecated
- type Variabledeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
        
          
            type Argument
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.Argument instead.
        
          
            type ArgumentList
            deprecated
            
          
  
    
  
      
      type ArgumentList = ast.ArgumentList
Deprecated: use ast.ArgumentList instead.
        
          
            type ArgumentsDefinition
            deprecated
            
          
  
    
  
      
      type ArgumentsDefinition = ast.ArgumentsDefinition
Deprecated: use ast.ArgumentsDefinition instead.
        
          
            type Directive
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.Directive instead.
        
          
            type DirectiveDefinition
            deprecated
            
          
  
    
  
      
      type DirectiveDefinition = ast.DirectiveDefinition
Deprecated: use ast.DirectiveDefinition instead.
        
          
            type DirectiveList
            deprecated
            
          
  
    
  
      
      type DirectiveList = ast.DirectiveList
Deprecated: use ast.DirectiveList instead.
        
          
            type EnumTypeDefinition
            deprecated
            
          
  
    
  
      
      type EnumTypeDefinition = ast.EnumTypeDefinition
Deprecated: use ast.EnumTypeDefinition instead.
        
          
            type EnumValueDefinition
            deprecated
            
          
  
    
  
      
      type EnumValueDefinition = ast.EnumValueDefinition
Deprecated: use ast.EnumValueDefinition instead.
        
          
            type ExecutableDefinition
            deprecated
            
          
  
    
  
      
      type ExecutableDefinition = ast.ExecutableDefinition
Deprecated: use ast.ExecutableDefinition instead.
        
          
            type Extension
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.Extension instead.
        
          
            type FieldDefinition
            deprecated
            
          
  
    
  
      
      type FieldDefinition = ast.FieldDefinition
Deprecated: use ast.FieldDefinition instead.
        
          
            type FieldsDefinition
            deprecated
            
          
  
    
  
      
      type FieldsDefinition = ast.FieldsDefinition
Deprecated: use ast.FieldsDefinition instead.
        
          
            type Fragment
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.Fragment instead.
        
          
            type FragmentDefinition
            deprecated
            
          
  
    
  
      
      type FragmentDefinition = ast.FragmentDefinition
Deprecated: use ast.FragmentDefinition instead.
        
          
            type FragmentList
            deprecated
            
          
  
    
  
      
      type FragmentList = ast.FragmentList
Deprecated: use ast.FragmentList instead.
        
          
            type FragmentSpread
            deprecated
            
          
  
    
  
      
      type FragmentSpread = ast.FragmentSpread
Deprecated: use ast.FragmentSpread instead.
        
          
            type InlineFragment
            deprecated
            
          
  
    
  
      
      type InlineFragment = ast.InlineFragment
Deprecated: use ast.InlineFragment instead.
        
          
            type InputObject
            deprecated
            
          
  
    
  
      
      type InputObject = ast.InputObject
Deprecated: use ast.InputObject instead.
        
          
            type InputValueDefinition
            deprecated
            
          
  
    
  
      
      type InputValueDefinition = ast.InputValueDefinition
Deprecated: use ast.InputValueDefinition instead.
        
          
            type InputValueDefinitionList
            deprecated
            
          
  
    
  
      
      type InputValueDefinitionList = ast.InputValueDefinitionList
Deprecated: use ast.InputValueDefinitionList instead.
        
          
            type InterfaceTypeDefinition
            deprecated
            
          
  
    
  
      
      type InterfaceTypeDefinition = ast.InterfaceTypeDefinition
Deprecated: use ast.InterfaceTypeDefinition instead.
        
          
            type ListValue
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.ListValue instead.
        
          
            type NamedType
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.NamedType instead.
        
          
            type NonNull
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.NonNull instead.
        
          
            type NullValue
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.NullValue instead.
        
          
            type ObjectField
            deprecated
            
          
  
    
  
      
      type ObjectField = ast.ObjectField
Deprecated: use ast.ObjectField instead.
        
          
            type ObjectTypeDefinition
            deprecated
            
          
  
    
  
      
      type ObjectTypeDefinition = ast.ObjectTypeDefinition
Deprecated: use ast.ObjectTypeDefinition instead.
        
          
            type ObjectValue
            deprecated
            
          
  
    
  
      
      type ObjectValue = ast.ObjectValue
Deprecated: use ast.ObjectValue instead.
        
          
            type OperationDefinition
            deprecated
            
          
  
    
  
      
      type OperationDefinition = ast.OperationDefinition
Deprecated: use ast.OperationDefinition instead.
        
          
            type OperationList
            deprecated
            
          
  
    
  
      
      type OperationList = ast.OperationList
Deprecated: use ast.OperationList instead.
        
          
            type OperationType
            deprecated
            
          
  
    
  
      
      type OperationType = ast.OperationType
Deprecated: use ast.OperationType instead.
        
          
            type PrimitiveValue
            deprecated
            
          
  
    
  
      
      type PrimitiveValue = ast.PrimitiveValue
Deprecated: use ast.PrimitiveValue instead.
        
          
            type ScalarTypeDefinition
            deprecated
            
          
  
    
  
      
      type ScalarTypeDefinition = ast.ScalarTypeDefinition
Deprecated: use ast.ScalarTypeDefinition instead.
        
          
            type Schema
            deprecated
            
          
  
    
  
      
      Schema is here for backwards compatibility.
Deprecated: use ast.Schema instead.
        
          
            type Selection
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.Selection instead.
        
          
            type SelectionSet
            deprecated
            
          
  
    
  
      
      type SelectionSet = ast.SelectionSet
Deprecated: use ast.SelectionSet instead.
        
          
            type TypeName
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.TypeName instead.
        
          
            type Variable
            deprecated
            
          
  
    
  
      
      Deprecated: use ast.Variable instead.