retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
compat
/
co.anitrend.retrofit.graphql.model.attribute
/
GraphError
/
Location
Location
@
Serializable
data
class
Location
(
val
line
:
Int
=
0
,
val
column
:
Int
=
0
)
(
source
)
Location describing which part of GraphQL document caused an exception.
Members
Constructors
Location
Link copied to clipboard
constructor
(
line
:
Int
=
0
,
column
:
Int
=
0
)
Properties
column
Link copied to clipboard
val
column
:
Int
line
Link copied to clipboard
val
line
:
Int