File tree Expand file tree Collapse file tree
lib/src/main/java/graphql/nadel/engine/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ import graphql.nadel.instrumentation.parameters.NadelInstrumentationExecuteOpera
4444import graphql.nadel.util.ErrorUtil.createGraphQLErrorsFromRawErrors
4545import graphql.normalized.ExecutableNormalizedField
4646import graphql.normalized.ExecutableNormalizedOperation
47+ import graphql.normalized.ExecutableNormalizedOperationToAstCompiler
48+ import graphql.normalized.ExecutableNormalizedOperationToAstCompiler.CompilerResult
4749import graphql.normalized.NormalizedInputValue
50+ import graphql.normalized.VariablePredicate
4851import graphql.schema.FieldCoordinates
4952import graphql.schema.GraphQLCodeRegistry
5053import graphql.schema.GraphQLFieldDefinition
@@ -556,7 +559,7 @@ fun compileToDocument(
556559 operationName : String? ,
557560 topLevelFields : List <ExecutableNormalizedField >,
558561 variablePredicate : VariablePredicate ? ,
559- ): ExecutableNormalizedOperationToAstCompiler . CompilerResult {
562+ ): CompilerResult {
560563 return ExecutableNormalizedOperationToAstCompiler .compileToDocument(
561564 schema,
562565 operationKind,
You can’t perform that action at this time.
0 commit comments