apollo-ast
/
com.apollographql.apollo3.ast
/
SourceLocation
Source
Location
class
SourceLocation
(line:
Int
, position:
Int
, filePath:
String
?)
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
pretty
Link copied to clipboard
fun
pretty
():
String
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
filePath
Link copied to clipboard
val
filePath
:
String
?
Content copied to clipboard
The path to the document containing the node Might be null if the document origin is not known
line
Link copied to clipboard
val
line
:
Int
Content copied to clipboard
position
Link copied to clipboard
val
position
:
Int
Content copied to clipboard