Interface: ScalarValueNode¶
Defined in: core/src/types/ast.ts:473
Canonical scalar value with its exact source location.
Extends¶
Properties¶
loc¶
readonlyloc:object
Defined in: core/src/types/ast.ts:467
column¶
readonlycolumn:number
Column number (1-indexed)
file¶
readonlyfile:string
File path
line¶
readonlyline:number
Line number (1-indexed)
offset?¶
readonlyoptionaloffset?:number
Byte offset from start of file
Inherited from¶
type¶
readonlytype:"ScalarValueNode"
Defined in: core/src/types/ast.ts:474
Overrides¶
value¶
readonlyvalue:PrimitiveValue
Defined in: core/src/types/ast.ts:475