| 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 or dynamic attribute class for customizing
CRUD, nullable and filtering
|
| GQLAttributeRights |
Annotation for entity attribute rights for customizing CRUD
|
| GQLController |
Annotation for controller class holding methods that should be provided in
GQL Schema.
|
| GQLEntity |
Annotation for entity attribute for customizing CRUD
|
| GQLEntityRights |
Annotation for entity rights for customizing CRUD
|
| GQLMethod |
Annotation for a GraphQL custom method
|
| GQLParam |
Annotation for a GraphQL method parameter within a
GQLController |
Copyright © 2019–2020. All rights reserved.