Skip to content

Commit

Permalink
Update lib/src/main/java/graphql/nadel/validation/NadelSchemaValidati…
Browse files Browse the repository at this point in the history
…onError.kt

Co-authored-by: Franklin Wang <[email protected]>
  • Loading branch information
sbarker2 and gnawf committed Oct 9, 2023
1 parent 9eeb347 commit 55d6896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ sealed interface NadelSchemaValidationError {
}

data class NoSourceArgsInBatchHydration(
val parentType: NadelServiceSchemaElement,
val overallField: GraphQLFieldDefinition,
val parentType: NadelServiceSchemaElement,
val overallField: GraphQLFieldDefinition,
) : NadelSchemaValidationError {
val service: Service get() = parentType.service

Expand Down

0 comments on commit 55d6896

Please sign in to comment.