faunadb update

Solutions on MaxInterview for faunadb update by the best coders in the world

showing results for - "faunadb update"
Antonio
04 Jan 2018
1client.query(
2  q.Update(
3    q.Ref(q.Collection('spells'), '181388642581742080'),
4    {
5      data: {
6        name: 'Mountain\'s Thunder',
7        cost: null,
8      },
9    },
10  )
11)
12.then((ret) => console.log(ret))
Roberta
03 May 2019
1Update( ref, param_object )
similar questions
faunadb q do