Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBlooms committed Oct 29, 2024
1 parent bb85c30 commit 2dbee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cursor_query_r = j1._cursor_query(QUERY)

##### Create an entity:

Note that the CreateEntity mutation behaves like an upsert, so an non-existent entity will be created or an existing entity will be updated.
Note that the CreateEntity mutation behaves like an upsert, so a non-existent entity will be created or an existing entity will be updated.

```python
properties = {
Expand Down

0 comments on commit 2dbee0c

Please sign in to comment.