Anonymous
0
Q:

faunadb update

client.query(
  q.Update(
    q.Ref(q.Collection('spells'), '181388642581742080'),
    {
      data: {
        name: 'Mountain\'s Thunder',
        cost: null,
      },
    },
  )
)
.then((ret) => console.log(ret))
0
Update( ref, param_object )
0

New to Communities?

Join the community