Interface | Description |
---|---|
Combinable<T> |
The interface Combinable.
|
GraphQLCodegenConfiguration |
Defines all properties that should be parsed in the plugin.
|
Class | Description |
---|---|
DataModelFields |
Freemarker data model field names
|
DefaultMappingConfigValues | |
EnumValueDefinition |
Freemarker-understandable format of enum value definition
|
MappingConfig |
The type Mapping config.
|
OperationDefinition |
Freemarker-understandable format of operation (Query/Mutation/Subscription)
|
ParameterDefinition |
Freemarker-understandable format of method parameter and field definition
|
ProjectionParameterDefinition |
Freemarker-understandable format of parameter user in ResponseProjection
|
Exception | Description |
---|---|
SchemaValidationException |
Exception that indicates invalid GraphQL schema
|
UnableToCreateDirectoryException |
Exception that indicates error while creating directory
|
UnableToCreateFileException |
Exception that indicates error while creating a file
|
UnableToDeleteDirectoryException |
Exception that indicates error while deleting directory
|
UnableToLoadFreeMarkerTemplateException |
Exception that indicates error while loading Apache FreeMarker template
|