| AbstractDescribedNode |
|
| AbstractNode |
|
| Argument |
|
| Argument.Builder |
|
| ArrayValue |
|
| ArrayValue.Builder |
|
| 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
|
| AstPrinter.NodePrinter |
These print nodes into output writers
|
| BooleanValue |
|
| BooleanValue.Builder |
|
| Comment |
A single-line comment.
|
| Definition |
|
| DescribedNode |
Represents a node that can contain a description.
|
| Description |
|
| Directive |
|
| Directive.Builder |
|
| DirectiveDefinition |
|
| DirectiveDefinition.Builder |
|
| DirectiveLocation |
|
| DirectiveLocation.Builder |
|
| DirectivesContainer |
Represents a language node that can contain Directives.
|
| 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.
|
| IgnoredChar.IgnoredCharKind |
|
| IgnoredChars |
Graphql syntax has a series of characters, such as spaces, new lines and commas that are not considered relevant
to the syntax.
|
| ImplementingTypeDefinition |
|
| InlineFragment |
|
| InlineFragment.Builder |
|
| InputObjectTypeDefinition |
|
| InputObjectTypeDefinition.Builder |
|
| InputObjectTypeExtensionDefinition |
|
| InputObjectTypeExtensionDefinition.Builder |
|
| InputValueDefinition |
|
| InputValueDefinition.Builder |
|
| InterfaceTypeDefinition |
|
| InterfaceTypeDefinition.Builder |
|
| InterfaceTypeExtensionDefinition |
|
| InterfaceTypeExtensionDefinition.Builder |
|
| IntValue |
|
| IntValue.Builder |
|
| ListType |
|
| ListType.Builder |
|
| NamedNode |
Represents a language node that has a name
|
| Node |
The base interface for virtually all graphql language elements
NOTE: This class implements Serializable and hence it can be serialised and placed into a distributed cache.
|
| NodeBuilder |
|
| NodeChildrenContainer |
Container of children of a Node.
|
| NodeChildrenContainer.Builder |
|
| NodeDirectivesBuilder |
|
| NodeParentTree |
This represents a hierarchy from a graphql language node upwards to its
associated parent nodes.
|
| NodeUtil.GetOperationResult |
|
| NodeVisitor |
|
| 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 |
|
| OperationDefinition.Operation |
|
| OperationTypeDefinition |
|
| OperationTypeDefinition.Builder |
|
| PrettyAstPrinter.PrettyPrinterOptions |
Contains options that modify how a document is printed.
|
| PrettyAstPrinter.PrettyPrinterOptions.Builder |
|
| PrettyAstPrinter.PrettyPrinterOptions.IndentType |
|
| ScalarTypeDefinition |
|
| ScalarTypeDefinition.Builder |
|
| ScalarTypeExtensionDefinition |
|
| ScalarTypeExtensionDefinition.Builder |
|
| ScalarValue |
|
| SchemaDefinition |
|
| SchemaDefinition.Builder |
|
| SchemaExtensionDefinition |
|
| SchemaExtensionDefinition.Builder |
|
| SDLDefinition |
An interface for Schema Definition Language (SDL) definitions.
|
| SDLExtensionDefinition |
A marker interface for Schema Definition Language (SDL) extension definitions.
|
| SDLNamedDefinition |
A interface for named Schema Definition Language (SDL) definition.
|
| Selection |
|
| SelectionSet |
|
| SelectionSet.Builder |
|
| SelectionSetContainer |
|
| SourceLocation |
|
| StringValue |
|
| StringValue.Builder |
|
| Type |
|
| TypeDefinition |
An interface for type definitions in a Schema Definition Language (SDL).
|
| TypeKind |
And enumeration of the the kind of things that can be in a graphql type system
|
| TypeName |
|
| TypeName.Builder |
|
| UnionTypeDefinition |
|
| UnionTypeDefinition.Builder |
|
| UnionTypeExtensionDefinition |
|
| UnionTypeExtensionDefinition.Builder |
|
| Value |
|
| VariableDefinition |
|
| VariableDefinition.Builder |
|
| VariableReference |
|
| VariableReference.Builder |
|