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