kgql-core / com.codingfeline.kgql.core / KgqlErrorLocation

KgqlErrorLocation

data class KgqlErrorLocation

Constructors

<init>

KgqlErrorLocation(line: Int, column: Int)

Properties

column

val column: Int

line

val line: Int