udpated map example

pull/327/head
Scott Anderson 2019-07-11 16:19:40 -06:00
parent 77a8fd4216
commit 2685af0851
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ _**Function type:** Transformation_
_**Output data type:** Object_ _**Output data type:** Object_
```js ```js
map(fn: (r) => r._value * r._value) map(fn: (r) => ({ _value: r._value * r._value }))
``` ```
## Parameters ## Parameters