Uses of Class
graphql.execution.RawVariables
Packages that use RawVariables
-
Uses of RawVariables in graphql
Fields in graphql declared as RawVariablesModifier and TypeFieldDescriptionprivate RawVariablesExecutionInput.Builder.rawVariablesprivate final RawVariablesExecutionInput.rawVariablesMethods 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 RawVariablesModifierConstructorDescriptionprivateQueryTraverser(GraphQLSchema schema, Document document, String operation, RawVariables rawVariables) -
Uses of RawVariables in graphql.execution
Methods in graphql.execution that return RawVariablesModifier and TypeMethodDescriptionstatic RawVariablesRawVariables.emptyVariables()static RawVariablesMethods in graphql.execution with parameters of type RawVariablesModifier and TypeMethodDescriptionstatic CoercedVariablesValuesResolver.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 CoercedVariablesValuesResolverConversion.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 ExecutableNormalizedOperationExecutableNormalizedOperationFactory.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.