Uses of Class
graphql.execution.NonNullableValueCoercedAsNullException
-
Packages that use NonNullableValueCoercedAsNullException Package Description graphql.execution -
-
Uses of NonNullableValueCoercedAsNullException in graphql.execution
Methods in graphql.execution that throw NonNullableValueCoercedAsNullException Modifier and Type Method Description static CoercedVariables
ValuesResolver. coerceVariableValues(GraphQLSchema schema, java.util.List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, java.util.Locale locale)
This method coerces the "raw" variables values provided to the engine.private static java.util.List
ValuesResolverConversion. externalValueToInternalValueForList(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLList graphQLList, java.lang.Object value, GraphQLContext graphqlContext, java.util.Locale locale)
including validationprivate static java.lang.Object
ValuesResolverConversion. externalValueToInternalValueForObject(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputObjectType inputObjectType, java.util.Map<java.lang.String,java.lang.Object> inputMap, GraphQLContext graphqlContext, java.util.Locale locale)
performs validation(package private) static java.lang.Object
ValuesResolverConversion. externalValueToInternalValueImpl(InputInterceptor inputInterceptor, GraphqlFieldVisibility fieldVisibility, GraphQLInputType graphQLType, java.lang.Object originalValue, GraphQLContext graphqlContext, java.util.Locale locale)
Performs validation too
-