Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf committed Jun 7, 2023
1 parent c67c3a5 commit 81a0cb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/main/java/graphql/nadel/engine/util/GraphQLUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ import graphql.nadel.instrumentation.parameters.NadelInstrumentationExecuteOpera
import graphql.nadel.util.ErrorUtil.createGraphQLErrorsFromRawErrors
import graphql.normalized.ExecutableNormalizedField
import graphql.normalized.ExecutableNormalizedOperation
import graphql.normalized.ExecutableNormalizedOperationToAstCompiler
import graphql.normalized.ExecutableNormalizedOperationToAstCompiler.CompilerResult
import graphql.normalized.NormalizedInputValue
import graphql.normalized.VariablePredicate
import graphql.schema.FieldCoordinates
import graphql.schema.GraphQLCodeRegistry
import graphql.schema.GraphQLFieldDefinition
Expand Down Expand Up @@ -556,7 +559,7 @@ fun compileToDocument(
operationName: String?,
topLevelFields: List<ExecutableNormalizedField>,
variablePredicate: VariablePredicate?,
): ExecutableNormalizedOperationToAstCompiler.CompilerResult {
): CompilerResult {
return ExecutableNormalizedOperationToAstCompiler.compileToDocument(
schema,
operationKind,
Expand Down

0 comments on commit 81a0cb2

Please sign in to comment.