Skip to content

Instantly share code, notes, and snippets.

@bhb
Created May 13, 2019 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhb/0bd97bfb9c7d5214f945f74d972b89fb to your computer and use it in GitHub Desktop.
Save bhb/0bd97bfb9c7d5214f945f74d972b89fb to your computer and use it in GitHub Desktop.
Dependent effects with tempids
[{:op :create-company
:name "Foobar Company"
:id "tempid/company"}
{:op :create-employee
:name "Alice"
:company_id "tempid/company"
:id "tempid/user1"}
{:op :create-employee
:name "Bob"
:company_id "tempid/company"
:supervisor_id "tempid/user1"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment