@PublicApi public class TypeResolutionParameters extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TypeResolutionParameters.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getArgumentValues() |
Object |
getContext() |
MergedField |
getField() |
GraphQLInterfaceType |
getGraphQLInterfaceType() |
GraphQLUnionType |
getGraphQLUnionType() |
GraphQLSchema |
getSchema() |
Object |
getValue() |
static TypeResolutionParameters.Builder |
newParameters() |
public GraphQLInterfaceType getGraphQLInterfaceType()
public GraphQLUnionType getGraphQLUnionType()
public MergedField getField()
public Object getValue()
public GraphQLSchema getSchema()
public static TypeResolutionParameters.Builder newParameters()
public Object getContext()
Copyright © 2019. All rights reserved.