AbstractNode<T extends Node> |
|
Argument |
|
Argument.Builder |
|
ArrayValue |
|
ArrayValue.Builder |
|
AstBreadcrumb |
Used by AstZipper to identify the position of the current node inside the tree:
the breadcrumbs lead you to the root node.
|
AstComparator |
|
AstMultiZipper |
A collection of AstZipper sharing all the same root node.
|
AstPrinter |
This can take graphql language AST and print it out as a string
|
AstSignature |
This will produce signature query documents that can be used say for logging.
|
AstSorter |
A class that helps you sort AST nodes
|
AstTransformer |
Allows for an easy way to "manipulate" the immutable Ast by changing specific nodes and getting back a new Ast
containing the changed nodes while everything else is the same.
|
AstTransformerUtil |
|
AstValueHelper |
|
AstZipper |
A zipper is a specific node inside a tree together with a list of breadcrumbs to pinpoint
the exact location of this node inside the tree from the root.
It is used by AstMultiZipper and AstTransformer to allow for an easy way to "manipulate" the
immutable Ast.
|
BooleanValue |
|
BooleanValue.Builder |
|
Comment |
|
Description |
|
Directive |
|
Directive.Builder |
|
DirectiveDefinition |
|
DirectiveDefinition.Builder |
|
DirectiveLocation |
|
DirectiveLocation.Builder |
|
Document |
|
Document.Builder |
|
EnumTypeDefinition |
|
EnumTypeDefinition.Builder |
|
EnumTypeExtensionDefinition |
|
EnumTypeExtensionDefinition.Builder |
|
EnumValue |
|
EnumValue.Builder |
|
EnumValueDefinition |
|
EnumValueDefinition.Builder |
|
Field |
|
Field.Builder |
|
FieldDefinition |
|
FieldDefinition.Builder |
|
FloatValue |
|
FloatValue.Builder |
|
FragmentDefinition |
Provided to the DataFetcher, therefore public API
|
FragmentDefinition.Builder |
|
FragmentSpread |
|
FragmentSpread.Builder |
|
IgnoredChar |
|
IgnoredChars |
|
InlineFragment |
|
InlineFragment.Builder |
|
InputObjectTypeDefinition |
|
InputObjectTypeDefinition.Builder |
|
InputObjectTypeExtensionDefinition |
|
InputObjectTypeExtensionDefinition.Builder |
|
InputValueDefinition |
|
InputValueDefinition.Builder |
|
InterfaceTypeDefinition |
|
InterfaceTypeDefinition.Builder |
|
InterfaceTypeExtensionDefinition |
|
InterfaceTypeExtensionDefinition.Builder |
|
IntValue |
|
IntValue.Builder |
|
ListType |
|
ListType.Builder |
|
NodeChildrenContainer |
Container of children of a Node .
|
NodeChildrenContainer.Builder |
|
NodeLocation |
|
NodeParentTree<T extends Node> |
This represents a hierarchy from a graphql language node upwards to its
associated parent nodes.
|
NodeTraverser |
Lets you traverse a Node tree.
|
NodeUtil |
Helper class for working with Node s
|
NodeUtil.GetOperationResult |
|
NodeVisitorStub |
Convenient implementation of NodeVisitor for easy subclassing methods handling different types of Nodes in one method.
|
NonNullType |
|
NonNullType.Builder |
|
NullValue |
|
NullValue.Builder |
|
ObjectField |
|
ObjectField.Builder |
|
ObjectTypeDefinition |
|
ObjectTypeDefinition.Builder |
|
ObjectTypeExtensionDefinition |
|
ObjectTypeExtensionDefinition.Builder |
|
ObjectValue |
|
ObjectValue.Builder |
|
OperationDefinition |
|
OperationDefinition.Builder |
|
OperationTypeDefinition |
|
OperationTypeDefinition.Builder |
|
ScalarTypeDefinition |
|
ScalarTypeDefinition.Builder |
|
ScalarTypeExtensionDefinition |
|
ScalarTypeExtensionDefinition.Builder |
|
SchemaDefinition |
|
SchemaDefinition.Builder |
|
SelectionSet |
|
SelectionSet.Builder |
|
SourceLocation |
|
StringValue |
|
StringValue.Builder |
|
TypeName |
|
TypeName.Builder |
|
UnionTypeDefinition |
|
UnionTypeDefinition.Builder |
|
UnionTypeExtensionDefinition |
|
UnionTypeExtensionDefinition.Builder |
|
VariableDefinition |
|
VariableDefinition.Builder |
|
VariableReference |
|
VariableReference.Builder |
|