Invoked when literal JSON needs to be parsed into the internal representation. When variables are used, they can be defined as pure JSON. This function parses that JSON into the concrete meta for internal use.
query ($formation: Formation!) { update(formation: $formation) { formation } }
{ "features": ["one", "two"], "action": "prompt/signup" }
the parsed variable value
a concrete meta object
Invoked when literal JSON needs to be parsed into the internal representation. When variables are used, they can be defined as pure JSON. This function parses that JSON into the concrete meta for internal use.
{ "features": ["one", "two"], "action": "prompt/signup" }