Uses of Interface
graphql.normalized.VariablePredicate
Packages that use VariablePredicate
-
Uses of VariablePredicate in graphql.normalized
Fields in graphql.normalized declared as VariablePredicateModifier and TypeFieldDescriptionprivate final @Nullable VariablePredicateVariableAccumulator.variablePredicateMethods in graphql.normalized with parameters of type VariablePredicateModifier and TypeMethodDescriptionExecutableNormalizedOperationToAstCompiler.compileToDocument(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable String operationName, @NotNull List<ExecutableNormalizedField> topLevelFields, @Nullable VariablePredicate variablePredicate) This will compile an operation textDocumentwith possibly variables from the givenExecutableNormalizedFields TheVariablePredicateis used called to decide if the given argument values should be made into a variable OR inlined into the operation text as a graphql literal.ExecutableNormalizedOperationToAstCompiler.compileToDocument(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable String operationName, @NotNull List<ExecutableNormalizedField> topLevelFields, @NotNull Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, @Nullable VariablePredicate variablePredicate) This will compile an operation textDocumentwith possibly variables from the givenExecutableNormalizedFields TheVariablePredicateis used called to decide if the given argument values should be made into a variable OR inlined into the operation text as a graphql literal.Constructors in graphql.normalized with parameters of type VariablePredicate