context
Returns a step representing the GraphQL contextValue.
Usage:
const $context = context();
The returned step has the following methods:
.get(key)
- gets the value for the keykey
assuming the parsed JSON value was an object.at(index)
- gets the value at indexindex
assuming the parsed JSON value was an array