AstLocation

sangria.ast.AstLocation
See theAstLocation companion object
case class AstLocation(sourceId: String, index: Int, line: Int, column: Int)

A location within a GraphQL source code string.

Value parameters

column

The column number of the location within the source code.

index

The offset of the location as characters from the start of the source code.

line

The line number of the location within the source code.

sourceId

The ID of the source code.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product