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