Class: execute

execute(operations) → {Operation}

new execute(operations) → {Operation}

Execute a sequence of operations. Wraps `language-common/execute`, and prepends initial state for http.
Parameters:
Name Type Description
operations Operations Operations to be performed.
Source:
Returns:
Type
Operation
Example
execute(
  create('foo'),
  delete('bar')
)(state)