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.serialization.kotlinx
/
KotlinxGraphQLJsonTest
/
GetMarketPlaceAppsVariables
Get
Market
Place
Apps
Variables
@
Serializable
data
class
GetMarketPlaceAppsVariables
(
val
first
:
Int
?
=
null
,
val
after
:
String
?
=
null
)
:
GraphQLVariables
Members
Constructors
Get
Market
Place
Apps
Variables
Link copied to clipboard
constructor
(
first
:
Int
?
=
null
,
after
:
String
?
=
null
)
Properties
after
Link copied to clipboard
val
after
:
String
?
first
Link copied to clipboard
val
first
:
Int
?