| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
The description that will be generated for this attribute in the GraphQL
schema.
|
boolean |
exclude
Get whether this attribute is excluded from transport to client.
|
boolean |
filter
Get whether this attribute can be used as a filter property by client.
|
String |
name
Provide a value here in order to change the name under which the
annotated attribute will be accessible in the API.
|
GQLAttributeRights[] |
rights
Rights for annotated attribute
|
public abstract String description
public abstract String name
public abstract boolean exclude
GQLAttributeRights(exclude = true)". If
this is true then rights are ignored.public abstract boolean filter
public abstract GQLAttributeRights[] rights
GQLAttributeRightsCopyright © 2019–2020. All rights reserved.