Variables

class Variables(val valueMap: Map<String, Any?>)

A helper class to hold variables

valueMap contains all the variables as a Json-like map. Custom scalars are serialized to their json representation (String/Map most of the time). Input objects are serialized to Map

Constructors

Link copied to clipboard
fun Variables(valueMap: Map<String, Any?>)

Properties

Link copied to clipboard
val valueMap: Map<String, Any?>