public class TypeResolutionParameters
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TypeResolutionParameters.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArgumentValues() |
java.lang.Object |
getContext()
Deprecated.
use
getGraphQLContext() instead |
MergedField |
getField() |
GraphQLContext |
getGraphQLContext() |
GraphQLInterfaceType |
getGraphQLInterfaceType() |
GraphQLUnionType |
getGraphQLUnionType() |
GraphQLSchema |
getSchema() |
DataFetchingFieldSelectionSet |
getSelectionSet() |
java.lang.Object |
getValue() |
static TypeResolutionParameters.Builder |
newParameters() |
public GraphQLInterfaceType getGraphQLInterfaceType()
public GraphQLUnionType getGraphQLUnionType()
public MergedField getField()
public java.lang.Object getValue()
public java.util.Map<java.lang.String,java.lang.Object> getArgumentValues()
public GraphQLSchema getSchema()
public DataFetchingFieldSelectionSet getSelectionSet()
public static TypeResolutionParameters.Builder newParameters()
@Deprecated public java.lang.Object getContext()
getGraphQLContext()
insteadpublic GraphQLContext getGraphQLContext()