Location

data class Location(val line: Int, val column: Int)(source)

Source location of an error within the GraphQL document.

Constructors

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

Properties

Link copied to clipboard
val column: Int

The one-based column number.

Link copied to clipboard
val line: Int

The one-based line number.