Uses of Class
graphql.normalized.ExecutableNormalizedOperationToAstCompiler.CompilerResult
-
Packages that use ExecutableNormalizedOperationToAstCompiler.CompilerResult Package Description graphql.normalized -
-
Uses of ExecutableNormalizedOperationToAstCompiler.CompilerResult in graphql.normalized
Methods in graphql.normalized that return ExecutableNormalizedOperationToAstCompiler.CompilerResult Modifier and Type Method Description static ExecutableNormalizedOperationToAstCompiler.CompilerResultExecutableNormalizedOperationToAstCompiler. compileToDocument(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable java.lang.String operationName, @NotNull java.util.List<ExecutableNormalizedField> topLevelFields, @NotNull java.util.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.static ExecutableNormalizedOperationToAstCompiler.CompilerResultExecutableNormalizedOperationToAstCompiler. compileToDocument(@NotNull GraphQLSchema schema, OperationDefinition.Operation operationKind, @Nullable java.lang.String operationName, @NotNull java.util.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.
-