| Class | Description |
|---|---|
| GQLAbstractMetaData |
Abstract super class for all GQL meta data
|
| GQLEnumsAndEmbeddedEntities | |
| GQLEnumsAndEmbeddedEntitiesCollector |
Collectors for all entities and enumerations that will need to be put as meta
data in meta model
|
| GQLInternalMetaModel |
Internal meta model initialized from input meta model with some pre
processing.
|
| GQLMetaModel |
Class holding meta data model.
|
| Annotation Type | Description |
|---|---|
| GQLAttribute |
Annotation for entity attribute for customizing CRUD, nullable and filtering
|
| GQLController |
Annotation for controller class holding methods that should be provided in
GQL Schema.
|
| GQLEntity |
Annotation for entity attribute for customizing CRUD
|
| GQLMethod |
Annotation for a GraphQL method within a
GQLController |
| GQLParam |
Annotation for a GraphQL method parameter within a
GQLController |
Copyright © 2019. All rights reserved.