public class ExecutableNormalizedOperationToAstCompiler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutableNormalizedOperationToAstCompiler.CompilerResult |
| Constructor and Description |
|---|
ExecutableNormalizedOperationToAstCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableNormalizedOperationToAstCompiler.CompilerResult |
compileToDocument(@NotNull GraphQLSchema schema,
OperationDefinition.Operation operationKind,
@Nullable java.lang.String operationName,
@NotNull java.util.List<ExecutableNormalizedField> topLevelFields,
@Nullable VariablePredicate variablePredicate) |
public ExecutableNormalizedOperationToAstCompiler()
public static ExecutableNormalizedOperationToAstCompiler.CompilerResult compileToDocument(@NotNull @NotNull GraphQLSchema schema, @NotNull OperationDefinition.Operation operationKind, @Nullable @Nullable java.lang.String operationName, @NotNull @NotNull java.util.List<ExecutableNormalizedField> topLevelFields, @Nullable @Nullable VariablePredicate variablePredicate)