types

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2025 License: BSD-2-Clause Imports: 1 Imported by: 0

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

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Argument deprecated

type Argument = ast.Argument

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

type Directive = ast.Directive

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

type Extension = ast.Extension

Deprecated: use ast.Extension instead.

type Field deprecated

type Field = ast.Field

Deprecated: use ast.Field 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

type Fragment = ast.Fragment

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 Ident deprecated

type Ident = ast.Ident

Deprecated: use ast.Ident 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 List deprecated

type List = ast.List

Deprecated: use ast.List instead.

type ListValue deprecated

type ListValue = ast.ListValue

Deprecated: use ast.ListValue instead.

type NamedType deprecated

type NamedType = ast.NamedType

Deprecated: use ast.NamedType instead.

type NonNull deprecated

type NonNull = ast.NonNull

Deprecated: use ast.NonNull instead.

type NullValue deprecated

type NullValue = ast.NullValue

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

type Schema = ast.Schema

Schema is here for backwards compatibility.

Deprecated: use ast.Schema instead.

type Selection deprecated

type Selection = ast.Selection

Deprecated: use ast.Selection instead.

type SelectionSet deprecated

type SelectionSet = ast.SelectionSet

Deprecated: use ast.SelectionSet instead.

type Type deprecated

type Type = ast.Type

Deprecated: use ast.Type instead.

type TypeName deprecated

type TypeName = ast.TypeName

Deprecated: use ast.TypeName instead.

type Union deprecated

type Union = ast.Union

Deprecated: use ast.Union instead.

type Value deprecated

type Value = ast.Value

Deprecated: use ast.Value instead.

type Variable deprecated

type Variable = ast.Variable

Deprecated: use ast.Variable instead.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL