Skip to content

Commit 81a0cb2

Browse files
committed
Fix build
1 parent c67c3a5 commit 81a0cb2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/src/main/java/graphql/nadel/engine/util/GraphQLUtil.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ import graphql.nadel.instrumentation.parameters.NadelInstrumentationExecuteOpera
4444
import graphql.nadel.util.ErrorUtil.createGraphQLErrorsFromRawErrors
4545
import graphql.normalized.ExecutableNormalizedField
4646
import graphql.normalized.ExecutableNormalizedOperation
47+
import graphql.normalized.ExecutableNormalizedOperationToAstCompiler
48+
import graphql.normalized.ExecutableNormalizedOperationToAstCompiler.CompilerResult
4749
import graphql.normalized.NormalizedInputValue
50+
import graphql.normalized.VariablePredicate
4851
import graphql.schema.FieldCoordinates
4952
import graphql.schema.GraphQLCodeRegistry
5053
import 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,

0 commit comments

Comments
 (0)