Location

class Location(line: Int, column: Int)

Represents the location of the error in the GraphQL operation sent to the server. This location is represented in terms of the line and column number.

Constructors

Location
Link copied to clipboard
common
fun Location(line: Int, column: Int)

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

column
Link copied to clipboard
common
val column: Int
Column number of the error location.
line
Link copied to clipboard
common
val line: Int
Line number of the error location