sangria.ast.AstLocation
See theAstLocation companion object
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
Members list
In this article