@PublicApi public interface FieldAndArguments
Modifier and Type | Method and Description |
---|---|
<T> T |
getArgumentValue(java.lang.String argumentName)
This will return the named field argument value and cast it to the desired type.
|
java.util.Map<java.lang.String,java.lang.Object> |
getArgumentValuesByName()
This will be a map of argument names to argument values.
|
Field |
getField() |
GraphQLFieldDefinition |
getFieldDefinition() |
FieldAndArguments |
getParentFieldAndArguments() |
GraphQLCompositeType |
getParentType() |
ResultPath |
getPath() |
Field getField()
GraphQLFieldDefinition getFieldDefinition()
GraphQLCompositeType getParentType()
FieldAndArguments getParentFieldAndArguments()
ResultPath getPath()
java.util.Map<java.lang.String,java.lang.Object> getArgumentValuesByName()
<T> T getArgumentValue(java.lang.String argumentName)
T
- the type of the underlying value objectargumentName
- the name of the argument