Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created April 10, 2022 09:27
Show Gist options
  • Save ShanikaNishadhi/22488d76db0850de4fe6877d0f768727 to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/22488d76db0850de4fe6877d0f768727 to your computer and use it in GitHub Desktop.
# Update Data
query_result = client.query(
faunaquery.update(
faunaquery.ref(
faunaquery.collection("testCollection"), "328031285277622849"),
{ "data": {"name" : "Barry Allen", "email": "barry@gmail.com"}}
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment