Uses of Class
graphql.execution.RawVariables
Packages that use RawVariables
-
Uses of RawVariables in graphql
Fields in graphql declared as RawVariablesModifier and TypeFieldDescriptionprivate RawVariables
ExecutionInput.Builder.rawVariables
private final RawVariables
ExecutionInput.rawVariables
Methods in graphql that return RawVariables -
Uses of RawVariables in graphql.analysis
Fields in graphql.analysis declared as RawVariablesConstructors in graphql.analysis with parameters of type RawVariablesModifierConstructorDescriptionprivate
QueryTraverser
(GraphQLSchema schema, Document document, String operation, RawVariables rawVariables) -
Uses of RawVariables in graphql.execution
Methods in graphql.execution that return RawVariablesModifier and TypeMethodDescriptionstatic RawVariables
RawVariables.emptyVariables()
static RawVariables
Methods in graphql.execution with parameters of type RawVariablesModifier 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.(package private) static CoercedVariables
ValuesResolverConversion.externalValueToInternalValueForVariables
(InputInterceptor inputInterceptor, GraphQLSchema schema, List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, Locale locale) performs validation toostatic Map
<String, NormalizedInputValue> ValuesResolver.getNormalizedVariableValues
(GraphQLSchema schema, List<VariableDefinition> variableDefinitions, RawVariables rawVariables, GraphQLContext graphqlContext, Locale locale) Normalized variables values are Literals with type information. -
Uses of RawVariables in graphql.normalized
Methods in graphql.normalized with parameters of type RawVariablesModifier and TypeMethodDescriptionprivate ExecutableNormalizedOperation
ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationImplWithRawVariables
(GraphQLSchema graphQLSchema, OperationDefinition operationDefinition, Map<String, FragmentDefinition> fragments, RawVariables rawVariables, ExecutableNormalizedOperationFactory.Options options) ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables
(GraphQLSchema graphQLSchema, Document document, String operationName, RawVariables rawVariables) This will create a runtime representation of the graphql operation that would be executed in a runtime sense.ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables
(GraphQLSchema graphQLSchema, Document document, String operationName, RawVariables rawVariables, GraphQLContext graphQLContext, Locale locale) This will create a runtime representation of the graphql operation that would be executed in a runtime sense.ExecutableNormalizedOperationFactory.createExecutableNormalizedOperationWithRawVariables
(GraphQLSchema graphQLSchema, Document document, String operationName, RawVariables rawVariables, ExecutableNormalizedOperationFactory.Options options) This will create a runtime representation of the graphql operation that would be executed in a runtime sense.