Variables

class Variables(val valueMap: VariablesJson)

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
constructor(valueMap: VariablesJson)

Properties

Link copied to clipboard