Skip to content

Commit 69dcb45

Browse files
committed
Update execution results
1 parent 23fe939 commit 69dcb45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gqlalchemy/query_builder.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
{
9494
"cell_type": "markdown",
95-
"id": "64b44a01",
95+
"id": "a322639d",
9696
"metadata": {},
9797
"source": [
9898
"## 4. Define a graph schema\n",
@@ -103,7 +103,7 @@
103103
{
104104
"cell_type": "code",
105105
"execution_count": 29,
106-
"id": "c83ba8ea",
106+
"id": "85305a0a",
107107
"metadata": {},
108108
"outputs": [],
109109
"source": [
@@ -176,23 +176,23 @@
176176
},
177177
{
178178
"cell_type": "code",
179-
"execution_count": 25,
179+
"execution_count": 32,
180180
"id": "7da3d5a7",
181181
"metadata": {},
182182
"outputs": [
183183
{
184184
"name": "stdout",
185185
"output_type": "stream",
186186
"text": [
187-
"{'user': <User id=1976 labels={'User'} properties={'id': 3, 'name': 'Ron'}>}\n"
187+
"{'user': <User id=1979 labels={'User'} properties={'id': 0, 'name': 'Ron'}>}\n"
188188
]
189189
}
190190
],
191191
"source": [
192192
"from gqlalchemy import match\n",
193193
"\n",
194194
"\n",
195-
"results = match().node(id=3, variable=\"user\").return_().execute()\n",
195+
"results = match().node(id=0, variable=\"user\").return_().execute()\n",
196196
"user = next(results)\n",
197197
"print(user)"
198198
]

0 commit comments

Comments
 (0)