Uses of Class
graphql.normalized.VariableAccumulator
Packages that use VariableAccumulator
-
Uses of VariableAccumulator in graphql.normalized
Methods in graphql.normalized with parameters of type VariableAccumulatorModifier and TypeMethodDescriptionprivate static @NotNull Value<?> ExecutableNormalizedOperationToAstCompiler.argValue(ExecutableNormalizedField executableNormalizedField, String argName, NormalizedInputValue normalizedInputValue, VariableAccumulator variableAccumulator) private static Value<?> ExecutableNormalizedOperationToAstCompiler.argValue(ExecutableNormalizedField executableNormalizedField, String argName, @Nullable Object value, VariableAccumulator variableAccumulator) ExecutableNormalizedOperationToAstCompiler.createArguments(ExecutableNormalizedField executableNormalizedField, VariableAccumulator variableAccumulator) ExecutableNormalizedOperationToAstCompiler.selectionForNormalizedField(GraphQLSchema schema, ExecutableNormalizedField executableNormalizedField, @NotNull Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator) private static FieldExecutableNormalizedOperationToAstCompiler.selectionForNormalizedField(GraphQLSchema schema, String objectTypeName, ExecutableNormalizedField executableNormalizedField, @NotNull Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator) ExecutableNormalizedOperationToAstCompiler.subselectionsForNormalizedField(GraphQLSchema schema, @NotNull String parentOutputType, List<ExecutableNormalizedField> executableNormalizedFields, @NotNull Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, VariableAccumulator variableAccumulator)