We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Transaction(entities) -> Transaction
Entities describes the data in the transaction. See the section on Transactions for details.
Entities
returns The transaction.
add(entities) -> Transaction
Add these entities to the transaction.
attributes(values) -> Transaction
Specify attribute values. Any attribute can be added. The remote runtime is responsible for specifying how it handles these values.
attribute
getting this Triggered when a get transaction is ready to be sent to a remote runtime, but before it has been passed to the store.
get
gotten this Triggered when a get transaction has been completely expanded.
persisting this Triggered when a persist transaction is ready to be sent to a remote runtime, but before it has been passed to the store.
persist
persisted this Triggered when a persist transaction has been completely expanded.