GetMarketPlaceAppsVariables

@Serializable
data class GetMarketPlaceAppsVariables(val first: Int? = null, val after: String? = null) : GraphQLVariables

Constructors

Link copied to clipboard
constructor(first: Int? = null, after: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val first: Int?