| Package | Description |
|---|---|
| com.daikit.graphql.custommethod | |
| com.daikit.graphql.datafetcher |
| Modifier and Type | Method and Description |
|---|---|
List<GQLCustomMethodArg> |
GQLCustomMethod.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
void |
GQLCustomMethod.setArgs(List<GQLCustomMethodArg> args) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
GQLCustomMethodDataFetcher.convertValue(Map<String,Object> argumentPropertyValues,
GQLCustomMethodArg argument)
Convert given argument property values map to an actual argument object
of the expected argument type
|
protected <T> T |
GQLCustomMethodDataFetcher.getArgumentValue(graphql.schema.DataFetchingEnvironment environment,
GQLCustomMethodArg argument)
Get argument value from given environment
|
Copyright © 2019. All rights reserved.