retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
serialization-kotlinx
/
co.anitrend.retrofit.graphql.serialization.kotlinx
/
KotlinxGraphQLTransportCodecTest
/
PriceData
/
Item
Item
@
Serializable
data
class
Item
(
val
name
:
String
,
val
quantity
:
Int
)
Members
Constructors
Item
Link copied to clipboard
constructor
(
name
:
String
,
quantity
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
quantity
Link copied to clipboard
val
quantity
:
Int