Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Merge d0fb112 into a20d535
Browse files Browse the repository at this point in the history
  • Loading branch information
deftomat committed Sep 29, 2017
2 parents a20d535 + d0fb112 commit 7752452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Denormalizes an input based on schema and provided entities from a plain object

If your schema and data have recursive references, only the first instance of an entity will be given. Subsequent references will be returned as the `id` provided.

* `input`: **required** The normalized result that should be *de-normalized*. Usually the same value that was given in the `result` key of the output of `normalize`.
* `input`: **required** An object, keyed by entity schema names that may appear in the denormalized output. Also accepts an object with Immutable data.
* `schema`: **required** A schema definition that was used to get the value for `input`.
* `entities`: **required** An object, keyed by entity schema names that may appear in the denormalized output. Also accepts an object with Immutable data.
* `entities`: **required** The normalized result that should be *de-normalized*. Usually the same value that was given in the `result` key of the output of `normalize`.

### Usage

Expand Down

0 comments on commit 7752452

Please sign in to comment.