@Target(value=METHOD) @Retention(value=RUNTIME) public @interface GQLMethod
GQLController| Modifier and Type | Optional Element and Description |
|---|---|
GQLMethodType |
type
Type of the method.
|
String |
value
Name of the method.
|
public abstract String value
public abstract GQLMethodType type
GQLMethodType.MUTATIONGQLMethodTypeCopyright © 2019. All rights reserved.