| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
The description that will be generated for this entity in the GraphQL
schema.
|
boolean |
exclude
Get whether this entity is excluded from transport to client (if true it
is equivalent to read==false AND save==false AND delete==false AND
filter==false).
|
String |
name
Provide a value here in order to change the name under which the
annotated entity class will be accessible in the API.
|
GQLEntityRights[] |
rights
Rights for annotated entity
|
public abstract String description
public abstract String name
public abstract boolean exclude
public abstract GQLEntityRights[] rights
GQLEntityRightsCopyright © 2019–2020. All rights reserved.