Location

@Serializable
data class Location(val line: Int = 0, val column: Int = 0)(source)

Location describing which part of GraphQL document caused an exception.

Constructors

Link copied to clipboard
constructor(line: Int = 0, column: Int = 0)

Properties

Link copied to clipboard
val column: Int
Link copied to clipboard
val line: Int