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.converter.response
/
GraphResponseConverterTest
/
TestData
Test
Data
data
class
TestData
(
val
id
:
String
,
val
name
:
String
?
)
Members
Constructors
Test
Data
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
?