Package | Description |
---|---|
graphql.language | |
graphql.parser |
Modifier and Type | Interface and Description |
---|---|
interface |
Definition<T extends Definition> |
Modifier and Type | Interface and Description |
---|---|
interface |
SDLDefinition<T extends SDLDefinition>
All Schema Definition Language (SDL) Definitions.
|
interface |
TypeDefinition<T extends TypeDefinition>
All type definitions in a SDL.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectiveDefinition |
class |
EnumTypeDefinition |
class |
EnumTypeExtensionDefinition |
class |
FragmentDefinition
Provided to the DataFetcher, therefore public API
|
class |
InputObjectTypeDefinition |
class |
InputObjectTypeExtensionDefinition |
class |
InterfaceTypeDefinition |
class |
InterfaceTypeExtensionDefinition |
class |
ObjectTypeDefinition |
class |
ObjectTypeExtensionDefinition |
class |
OperationDefinition |
class |
ScalarTypeDefinition |
class |
ScalarTypeExtensionDefinition |
class |
SchemaDefinition |
class |
UnionTypeDefinition |
class |
UnionTypeExtensionDefinition |
Modifier and Type | Method and Description |
---|---|
List<Definition> |
Document.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
Document.Builder |
Document.Builder.definition(Definition definition) |
protected TraversalControl |
NodeVisitorStub.visitDefinition(Definition<?> node,
TraverserContext<Node> context) |
Modifier and Type | Method and Description |
---|---|
Document.Builder |
Document.Builder.definitions(List<Definition> definitions) |
Constructor and Description |
---|
Document(List<Definition> definitions)
alternative to using a Builder for convenience
|
Document(List<Definition> definitions,
SourceLocation sourceLocation,
List<Comment> comments,
IgnoredChars ignoredChars) |
Modifier and Type | Method and Description |
---|---|
protected Definition |
GraphqlAntlrToLanguage.createDefinition(GraphqlParser.DefinitionContext definitionContext) |
Copyright © 2019. All rights reserved.