Skip to content

Commit

Permalink
Wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf committed Nov 27, 2024
1 parent 181173f commit b0cf2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ internal class NadelDefinitionParser(
return false
}

private fun visitType(element: NadelSchemaTraverserElement.NamedType) {
private fun visitType(element: NadelSchemaTraverserElement.Type) {
val coordinates = when (element) {
is NadelSchemaTraverserElement.EnumType -> element.node.coordinates()
is NadelSchemaTraverserElement.InputObjectType -> element.node.coordinates()
Expand Down

0 comments on commit b0cf2ca

Please sign in to comment.