AbstractDescribedNode<T extends Node> |
|
AbstractNode<T extends Node> |
|
Argument |
|
Argument.Builder |
|
ArrayValue |
|
ArrayValue.Builder |
|
AstComparator |
|
AstNodeAdapter |
Adapts an Ast node to the general node from the util package
|
AstPrinter |
This can take graphql language AST and print it out as a string
|
AstSignature |
This will produce signature and privacy safe query documents that can be used for query categorisation and 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.
|
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 |
Graphql syntax has a series of characters, such as spaces, new lines and commas that are not considered relevant
to the syntax.
|
IgnoredChars |
Graphql syntax has a series of characters, such as spaces, new lines and commas that are not considered relevant
to the syntax.
|
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 |
|
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 |
|
SchemaExtensionDefinition |
|
SchemaExtensionDefinition.Builder |
|
SelectionSet |
|
SelectionSet.Builder |
|
SourceLocation |
|
StringValue |
|
StringValue.Builder |
|
TypeName |
|
TypeName.Builder |
|
UnionTypeDefinition |
|
UnionTypeDefinition.Builder |
|
UnionTypeExtensionDefinition |
|
UnionTypeExtensionDefinition.Builder |
|
VariableDefinition |
|
VariableDefinition.Builder |
|
VariableReference |
|
VariableReference.Builder |
|