OUTPUT_TYPE - the output typepublic interface IGQLAbstractCustomMethod<OUTPUT_TYPE>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArgumentNames()
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
|
Type |
getOutputType()
Get output type from generic configuration of this class
|
boolean |
isMutation()
Get whether this method is a mutation (return true) or a query (return
false).
|
Type getOutputType()
String getMethodName()
boolean isMutation()
true (mutation).Copyright © 2019. All rights reserved.