Package | Description |
---|---|
graphql.language | |
graphql.parser | |
graphql.schema.idl |
Modifier and Type | Interface and Description |
---|---|
interface |
SDLDefinition<T extends SDLDefinition>
All Schema Definition Language (SDL) Definitions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TypeDefinition<T extends TypeDefinition>
All type definitions in a SDL.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectiveDefinition |
class |
EnumTypeDefinition |
class |
EnumTypeExtensionDefinition |
class |
InputObjectTypeDefinition |
class |
InputObjectTypeExtensionDefinition |
class |
InterfaceTypeDefinition |
class |
InterfaceTypeExtensionDefinition |
class |
ObjectTypeDefinition |
class |
ObjectTypeExtensionDefinition |
class |
ScalarTypeDefinition |
class |
ScalarTypeExtensionDefinition |
class |
SchemaDefinition |
class |
UnionTypeDefinition |
class |
UnionTypeExtensionDefinition |
Modifier and Type | Method and Description |
---|---|
protected SDLDefinition |
GraphqlAntlrToLanguage.createTypeSystemDefinition(GraphqlParser.TypeSystemDefinitionContext ctx) |
Modifier and Type | Method and Description |
---|---|
Optional<GraphQLError> |
TypeDefinitionRegistry.add(SDLDefinition definition)
Adds a definition to the registry
|
void |
TypeDefinitionRegistry.remove(SDLDefinition definition) |
Modifier and Type | Method and Description |
---|---|
Optional<GraphQLError> |
TypeDefinitionRegistry.addAll(Collection<SDLDefinition> definitions)
Adds a a collections of definitions to the registry
|
Copyright © 2019. All rights reserved.