OUTPUT_TYPE - the output typepublic interface IGQLAbstractCustomMethod<OUTPUT_TYPE>
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_PREFIX
Prefix to be prepended to ID parameter names
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgNames()
Get method argument names
|
List<Type> |
getArgumentTypes()
Get argument types from generic configuration of this class
|
String |
getMethodName()
Get the method name that will be available in GraphQL schema
|
boolean |
isMutation()
Get whether this method is a mutation (return true) or a query (return
false).
|
static final String ID_PREFIX
String getMethodName()
boolean isMutation()
true (mutation).Copyright © 2019. All rights reserved.