Package | Description |
---|---|
graphql.language | |
graphql.schema.idl |
Modifier and Type | Interface and Description |
---|---|
interface |
NamedNode<T extends NamedNode>
Represents a language node that has a name
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectivesContainer<T extends DirectivesContainer>
Represents a language node that can contain Directives.
|
interface |
TypeDefinition<T extends TypeDefinition>
All type definitions in a SDL.
|
Modifier and Type | Class and Description |
---|---|
class |
Argument |
class |
Directive |
class |
DirectiveDefinition |
class |
DirectiveLocation |
class |
EnumTypeDefinition |
class |
EnumTypeExtensionDefinition |
class |
EnumValue |
class |
EnumValueDefinition |
class |
Field |
class |
FieldDefinition |
class |
FragmentDefinition
Provided to the DataFetcher, therefore public API
|
class |
FragmentSpread |
class |
InputObjectTypeDefinition |
class |
InputObjectTypeExtensionDefinition |
class |
InputValueDefinition |
class |
InterfaceTypeDefinition |
class |
InterfaceTypeExtensionDefinition |
class |
ObjectField |
class |
ObjectTypeDefinition |
class |
ObjectTypeExtensionDefinition |
class |
OperationTypeDefinition |
class |
ScalarTypeDefinition |
class |
ScalarTypeExtensionDefinition |
class |
TypeName |
class |
UnionTypeDefinition |
class |
UnionTypeExtensionDefinition |
class |
VariableDefinition |
class |
VariableReference |
Modifier and Type | Method and Description |
---|---|
NodeParentTree<NamedNode> |
SchemaDirectiveWiringEnvironmentImpl.getNodeParentTree() |
NodeParentTree<NamedNode> |
SchemaDirectiveWiringEnvironment.getNodeParentTree()
The node hierarchy depends on the element in question.
|
Copyright © 2019. All rights reserved.