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
/
GraphQLResponseError
/
GraphQLResponseError
Graph
QLResponse
Error
constructor
(
message
:
String
,
locations
:
List
<
GraphQLResponseError.Location
>
?
=
null
,
path
:
List
<
GraphQLPathSegment
>
?
=
null
,
extensions
:
GraphQLValue.ObjectValue
?
=
null
)
(
source
)