ErrorLocation

@Serializable
data class ErrorLocation(val line: Int, val column: Int)

Error location in GraphQL document.

Constructors

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

Properties

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