Package | Description |
---|---|
graphql.language |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectivesContainer<T extends DirectivesContainer>
Represents a language node that can contain Directives.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TypeDefinition<T extends TypeDefinition>
All type definitions in a SDL.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumTypeDefinition |
class |
EnumTypeExtensionDefinition |
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 |
ObjectTypeDefinition |
class |
ObjectTypeExtensionDefinition |
class |
ScalarTypeDefinition |
class |
ScalarTypeExtensionDefinition |
class |
UnionTypeDefinition |
class |
UnionTypeExtensionDefinition |
Copyright © 2019. All rights reserved.