Package graphql.execution
Class TypeResolutionParameters
java.lang.Object
graphql.execution.TypeResolutionParameters
This class is a classic builder style one that SHOULD have been on have been on
TypeResolutionEnvironment
but for legacy reasons was not. So it acts as the builder of TypeResolutionEnvironment
objects-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Supplier
<ImmutableMapWithNullValues<String, Object>> private final Object
private final MergedField
private final GraphQLType
private final GraphQLContext
private final Object
private final GraphQLSchema
private final DataFetchingFieldSelectionSet
private final Object
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
-
Field Details
-
field
-
fieldType
-
value
-
argumentValues
-
schema
-
context
-
localContext
-
graphQLContext
-
selectionSet
-
-
Constructor Details
-
TypeResolutionParameters
-
-
Method Details
-
getField
-
getFieldType
-
getValue
-
getArgumentValues
-
getSchema
-
getSelectionSet
-
newParameters
-
getContext
Deprecated.usegetGraphQLContext()
instead- Returns:
- the legacy context object
-
getGraphQLContext
-
getLocalContext
-
getGraphQLContext()
instead