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
Package-level
declarations
Types
Types
Graph
Error
Link copied to clipboard
@
Serializable
data
class
GraphError
(
val
message
:
String
?
=
null
,
val
path
:
List
<
Any
>
?
=
null
,
val
locations
:
List
<
GraphError.Location
>
?
=
null
,
val
extensions
:
Map
<
String
,
Any
?
>
?
=
null
)
GraphQL error representation that is spec compliant.