GraphQLString

class GraphQLString(value: String) : CustomTypeValue<String>

Constructors

Link copied to clipboard
fun GraphQLString(value: String)

Properties

Link copied to clipboard
val value: String