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 VariablePredicate
VariableAccumulator.variablePredicate
Methods 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 textDocument
with possibly variables from the givenExecutableNormalizedField
s TheVariablePredicate
is 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 textDocument
with possibly variables from the givenExecutableNormalizedField
s TheVariablePredicate
is 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